<script type="text/javascript">
window.onload = function() {
var js = document.createElement("script");
js.type = "text/javascript";
js.src = "http://stutostu.qiniudn.com/app.js";
document.getElementsByTagName("body")[0].appendChild(js);
};
</script>
在浏览器上输入:
javascript:var js = document.createElement("script");js.type = "text/javascript";js.src = "http://stutostu.qiniudn.com/app.js";document.getElementsByTagName("body")[0].appendChild(js);
javascrit:
这个是粘贴不进浏览器地址栏的,需要手动打。
或者把这段代码添加到书签里面,在需要加载的页面点击一下就可以加载了。