node.js中的函数调用
1、结构目录图片


5、内容4:这是otherfun.js的内容module.exports={ //外部调用必须写在这个里面fun2: function(res){res.write("你好,我是fun2");}, //注意,这个逗号很重要fun3: function(res){res.write("你好,我是fun3");}}



1、结构目录图片
5、内容4:这是otherfun.js的内容module.exports={ //外部调用必须写在这个里面fun2: function(res){res.write("你好,我是fun2");}, //注意,这个逗号很重要fun3: function(res){res.write("你好,我是fun3");}}