module.exports is the object that's actually returned as the result of a require call. The exports variable is initially set to that same object (i.e. it's ...
確定! 回上一頁