module.exports 对象是由模块系统创建的。在我们自己写模块的时候,需要在模块 ... var CLASS = function(args){ ... module.exports = new CLASS();.
確定! 回上一頁