방법1 document.write(""); 방법2 var script=document.createElement("script"); script.src = "/js/jquery-1.8.2.js"; document.getElementsByTagName("head")[0].appendChild(script); 방법3 출처 : http://diffi.tistory.com/5