// module.exports = { // test() { // return "哈哈哈哈哈" // } // } exports.testOne = function() { return "testOne" } exports.testTwo = function() { return "testTwo" } exports.testThree = function() { return "testThree" } { }