node.js 探索之路(聽課筆記——基礎一)

1、student.js //創建模塊 function add(student){ console.log('Add student:'+student) } exports.add = add; 2、teacher.js //創建模塊 function add(teacher){ console.log('Add teacher:'+teacher) } exports.add = add;
相關文章
相關標籤/搜索