Loading

摘要: //utils.js let a = 100; console.log(module.exports); //能打印出结果为:{} // exports = module.exports = {} // 这是一个隐式等式,初学者需要记住 // 一般我们用到的只有 module.exports mod 阅读全文
posted @ 2022-08-23 14:23 shinebay 阅读(118) 评论(0) 推荐(0)