1、require載入依賴
var http = require('http');//http為路徑,可以忽略字尾
2、exports輸出依賴
exports.add=add;//add為方法
3、只需要在載入依賴的頁面引用方法就可以