NodeJs--模塊分類

一,模塊的基本分類 二,模塊的流程 三,簡單示例 1,模塊student: function add(student){ console.log('add student:'+student); } exports.add=add 2,模塊teacher: function add(teacher){ console.log('add teacher:'+teacher); } exports
相關文章
相關標籤/搜索