有什么方法可以预加载稍后在 iframe 中执行的脚本吗?
我有一个在 iframe 内执行的巨大脚本,所以我想在页面开始加载时预加载脚本,然后仅在加载框架时执行它。
是否可以?
干杯,
I have a huge script which is executed inside an iframe, so I was thinking to preload the script when the page starts being loaded and then execute it only when the frame is loaded.
Is it possible?
Cheers,
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你可以看看
HeadJS http://headjs.com/ 或
LabJS http://labjs.com/ 或其他 JavaScript 加载器。
You can have a look at
HeadJS http://headjs.com/ or
LabJS http://labjs.com/ or other JavaScript loaders.