gpt4 book ai didi

javascript - 在 NodeJS 的一个模块中导出多个函数

转载 作者:搜寻专家 更新时间:2023-11-01 00:18:19 24 4
gpt4 key购买 nike

<分区>

您好,我在尝试导出具有如下结构的两个函数的模块时遇到了 Nodejs(使用 express)的问题

exports.class1 = function(){
return = {
method1 : function(arg1, arg2){
...........
},
method2 : function (arg2, arg3, arg4){
..........
}

};

}

此模块保存为 module1.js如下导入使用时出现错误

var module1 = require('./module1');

module1.class1.method1(arg1, arg2);

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com