module.exports 和 exports 导出模块,用 require 引入模块。 export 和 export default 导出模块, import 导入模块。 Node应用由模块组成,采用CommonJS ...
確定! 回上一頁