You can use ES6 import/export in Node.js by simply adding “type”: “module” to your package.json file, like this: { "type": "module" }.
確定! 回上一頁