exports 是指向的module.exports 的引用; require() 返回的是module.exports 而不是exports. 现在我们来看Node.js 官方文档的截图: 屏幕快照2016 ...
確定! 回上一頁