javascript to put my js project node.js相关 在 v8.5.0 的提案中,可以看到 Nodejs 开始实验性支持 ES6 模块,不过需要命令来开启。v8.5.0 proposal #15308 node --experimental-modules index.mjs 目前使用起来还是比较麻烦,还是先用module.exports 和 module.require吧