node.js中的函数调用

2024-11-04 14:13:40

1、结构目录图片

node.js中的函数调用node.js中的函数调用

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

node.js中的函数调用node.js中的函数调用node.js中的函数调用
猜你喜欢