关于document.write('<scr' + 'ipt的问题
我在一家网站看到了这样的写法:
<script type= "text/javascript "> document.write( ' <scr ' + 'ipt src= "/js/prototype.js?version=2007042018.js " type= "text/javascript "> </scr ' + 'ipt> '); </script>
为什么引用JS要document.write呢?而不是直接引用?有谁知道为什么么?
------解决方案--------------------这样方式引入的js , defer=true. 不会马上执行