不知道怎么回事
代码测试不过
var a=document.createElement("script"); a.type="text/javascript"; a.appendChild(document.createTextNode("function hello(){console.log('hello world');}")); document.body.appendChild(a);