可以将一些公共的代码抽离成为一个单独的 js 文件,作为一个模块。模块可以通过 module.exports 、 exports 或者ES6的写法对外暴露接口。
module.exports
exports