//通用工具函数类 var utils = { version: "0.15", onLoad: function () { // ... } }; utils.onLoad(); module.exports = utils;