js中exports 和 module.exports 的使用

如果要对外暴露属性或方法,就用 exports 就行,要暴露对象(类似class,包含了很多属性和方法),就用 module.exports

点赞

发表回复

电子邮件地址不会被公开。必填项已用 * 标注