jjzjj

loadJSFile

全部标签

javascript - 然后jquery多个deferreds

我在使用jQuery同步加载脚本和执行脚本时遇到问题。我所拥有的看起来与此类似://LoadLibrariesin'when'$.when(loadJSFile("lib1.js"),loadJSFile("lib2.js")loadJSFile("lib3.js")).then(function(){//LoadJSfilesthatusethelibraryfilesloadJSFile("file1.js");loadJSFile("file2.js");loadJSFile("file3.js");//needstoreturndeferredobject...}).then(