1. HTML页面:
js1.js:
コードをコピーします
コードは次のとおりです:
コンソール。 log("startloadjs1:"newDate().toLocaleTimeString());
// 真ん中には 12M もの非常に長い JavaScript があります。
console.log("load js2:" new Date().toLocaleTimeString());
Let’s take a look at the Firebug record:
You can see that although js2.js was earlier Loading, but js2.js starts to be executed only after the execution of js1.js is completed.
Source code download