import():函数是按需加载,import文件的export function
require():是运行时加载
import().then(()=>{})
Promise.all([import(),import()]).then(()=>{})