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.
我需要一种同步动态加载 JS 文件的方法。
我的想法是为脚本(在本例中为 CDN dojo)发出 XHR 请求,但我遇到了跨域源策略问题。任何建议都是巨大的。谢谢!
我建议您尝试另一种方法,而不是让它们同步加载。大多数(如果不是全部的话)脚本加载器由于它们加载脚本的性质(动态脚本标签)而异步加载脚本。
我建议你看看像RequreJS这样的模块加载器