我有此代码:
<html>
<body>
before
<script onload="loadedContent();" type="text/javascript" src="http://dev.openlayers.org/OpenLayers.js?noCache=1532649466"></script>
after
</body>
</html>
有一个大问题:“ before”部分立即被加载,但是随后大型外部javascript的加载阻止了页面的其余部分,因此“ after”部分仅在慢速播放约20秒后才能看到Internet连接(如果要第二次测试,请清空缓存)。
我如何在后台加载脚本并仅在加载脚本后才开始使用该脚本的内容?