摘要: 模块化 模块内容 let obj = { name: "lusy", hello:function(){ console.log("你好你好!") } } //抛出一个模块 module.exports = obj; let obj = { name: "lusy", hello:function( 阅读全文
posted @ 2019-02-24 20:05 喵喵66 阅读(476) 评论(0) 推荐(0)