import() 表达式


import() expressions】

动态 import() 提供了一种异步导入模块的方式。它在 CommonJS 和 ES 模块中都受支持,并且可用于加载 CommonJS 和 ES 模块。