摘要: why don’t have function by commonJS way?, have below code: exports.add = function(a, b) { return a + b } add(2, 3) //-> ReferenceError: add is not def 阅读全文
posted @ 2018-08-31 10:31 西河 阅读(14) 评论(0) 推荐(0) 编辑