Vue 方法里面reqiure(‘a.js’),重復調用這個方法會重復加載a.js嗎?相關代碼 c() { require('a.js') }, a() { this.c() }, b() { this.c() }, 查看完整描述