node.js基礎 1之簡單的nodejs模塊

    模塊流程:     創建模塊-》導出模塊-》加載模塊-》使用模塊     ndoejs主要就是把項目變成模塊化在管理      實現一個模塊的調用,編寫student.js、teacher.js、klass.js、index.js(入口) 用exports導出模塊exports.add=function()、require加載模塊var teacher=require('./teacher
相關文章
相關標籤/搜索