摘要: module.exports、exports和export、export default 总体上区分两大规范 CommonJS模块规范和ES6模块规范 require: node 和 es6 都支持的引入 export / import : 只有es6 支持的导出引入 module.exports 阅读全文
posted @ 2022-05-17 09:58 JackieDYH 阅读(38) 评论(0) 推荐(0) 编辑