84669 personnes étudient
152542 personnes étudient
20005 personnes étudient
5487 personnes étudient
7821 personnes étudient
359900 personnes étudient
3350 personnes étudient
180660 personnes étudient
48569 personnes étudient
18603 personnes étudient
40936 personnes étudient
1549 personnes étudient
1183 personnes étudient
32909 personnes étudient
1.document.write肯定不行,虽然能够保证先后执行顺序,但会重绘整个document2.appendto也不行,不能保证js的执行顺序
楼主可以看看seajs,能满足你的这个要求
我觉得楼主要保证JS执行顺序这个想法,其实是可以通过代码打包解决的
将代码打包成一个文件,然后里面的主入口文件调用其他代码来执行
有很多现成的解决方案,webpack,rollup,browserify等等
写一段JS放在</body>前,动态创建script标签,顺序插入。如果有依赖关系则最好github上找个库,loadjs就不错
楼主可以看看seajs,能满足你的这个要求
我觉得楼主要保证JS执行顺序这个想法,其实是可以通过代码打包解决的
将代码打包成一个文件,然后里面的主入口文件调用其他代码来执行
有很多现成的解决方案,webpack,rollup,browserify等等
写一段JS放在</body>前,动态创建script标签,顺序插入。如果有依赖关系则最好github上找个库,loadjs就不错