摘要: nodejs中的module.exports 与 require list.js exports.f = function(f){} module.exports.hello = "hello" console.log(module) index.js const a = require('./li 阅读全文
posted @ 2020-04-27 16:49 GavinBirkhoff 阅读(683) 评论(0) 推荐(0)