ページにjsを追加(注入)する.
204 ワード
var js = document.createElement("script");
js.type = "text/javascript";
js.src = '//code.jquery.com/jquery-1.11.2.min.js' ;
document.body.appendChild(js);
var js = document.createElement("script");
js.type = "text/javascript";
js.src = '//code.jquery.com/jquery-1.11.2.min.js' ;
document.body.appendChild(js);