Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在页面的就绪和加载事件已经触发后,是否可以检测脚本标记何时附加到 HTML 页面?
$(window).load()例如:在将脚本标签附加到文档头部之前,您无法控制的第三方等待 jquery触发。我想知道这些脚本何时附加。
$(window).load()
document.scripts
将告诉我们您目前拥有的所有脚本。如果您知道一开始加载了哪些脚本,则可以分辨出两组之间的区别。