node.js用的就是CommonJS的設計模式

aa.js module.exports=function(){ console.log("我在aa中的配置文件"); } bb.js testfun=require("./aa"); testfun() js在同一目錄下,都在HelloWord1下
相關文章
相關標籤/搜索