了解 javascript 文件在页面中的加载顺序

Knowing the order in which the javascript files are loaded in the page

我正在使用 requirejs 加载我的应用程序中的所有 javascript 文件。现在我想知道文件在页面中加载的顺序。那么有没有办法在 chrome 开发工具中了解这一点? 提前致谢

如果您想使用 chrome 开发工具,您可以打开网络选项卡。