require方能看到的只有 module.exports 这个对象,它是看不到 exports 对象的,而我们在编写模块时用到的 exports 对象,实际上只是对 module.exports 的引用。
以上引用自Node.js模块里exports与module.exports的区别? 问题下 小明plus的回答。
1 | function require(/* ... */) { |
require方能看到的只有 module.exports 这个对象,它是看不到 exports 对象的,而我们在编写模块时用到的 exports 对象,实际上只是对 module.exports 的引用。
以上引用自Node.js模块里exports与module.exports的区别? 问题下 小明plus的回答。
1 | function require(/* ... */) { |
微信支付
支付宝