B 继承 A, 但编译后,index.html 中 B.js在A.js的前面, 运行报错, 这个怎么解决?
b.js 放在a.js 后面
Aar0n 编译后会自动放到前面, 不会让我每次编译都手动改吧?
B继承A时 A要写全路径 可大几率解决