2017年8月19日

node.js exports module.exports

摘要: var show = require("./make").show;show("jinkang"); 输出 WELCOME jinkang var show = require("./make").show;show("jinkang"); 输出 WELCOME jinkang var show = 阅读全文

posted @ 2017-08-19 10:43 思此狂 阅读(98) 评论(0) 推荐(0)

导航