没有 require、exports 或 module.exports
🌐 No require, exports, or module.exports
在大多数情况下,ES 模块的 import 可以用来加载 CommonJS 模块。
🌐 In most cases, the ES module import can be used to load CommonJS modules.
如果需要,可以在 ES 模块中使用 module.createRequire() 构建 require 函数。
🌐 If needed, a require function can be constructed within an ES module using
module.createRequire().