在 package.json 中为 .mjs 或 .js 设置 "type": "module". 不允许使用CommonJS,例如,你不能使用 require , module.exports 或 exports; 当引入文件时,强制编写 ...
確定! 回上一頁