当我尝试对ES6模块使用新的Node.js支持时(例如 node --experimental-modules script.mjs ),为什么会出现此类错误? // script.mjs import * as fs from 'fs'; ...
確定! 回上一頁