import() 表达式


动态的 import() 在 CommonJS 和 ES 模块中都受支持。

Dynamic import() is supported in both CommonJS and ES modules. It can be used to include ES module files from CommonJS code.