nodejs点滴

1.exports与module.exports http://cnodejs.org/topic/5231a630101e574521e45ef8

因为require指向了module.exports,所以我们平时写代码的时候直接指向module.exports就行。一般不用exports,虽然他们的作用会起到同样的效果。

原文地址:https://www.cnblogs.com/coding4/p/6483676.html