import() 表达式


动态的 import() 在 CommonJS 和 ES 模块中都受支持。 在 CommonJS 模块中它可以用来加载 ES 模块。

Dynamic import() is supported in both CommonJS and ES modules. In CommonJS modules it can be used to load ES modules.