javaifelse
1. append() 함수 .append()는 선택한 요소의 내용의 끝에 콘텐츠를 추가한다. ex) hello $('div').append('world') hello world