JS 之export、export default和module.exports

export和export default是ES6中导出模块中变量的语法 exports和module.exports是Nodejs中导出模块中变量的语法(基于CommonJs语法规范) expor