摘要: 对module.exports和exports的一些理解 可能是有史以来最简单通俗易懂的有关Module.exports和exports区别的文章了。 exports = module.exports = {}; 所以module.exports和exports的区别就是var a={}; var 阅读全文
posted @ 2018-07-04 11:28 少年以不年少 阅读(173) 评论(0) 推荐(0) 编辑