UNPKG

myself_module007

Version:

this is a module of test

9 lines 226 B
var action={ name:"咸鱼", age:999, life:function(){ console.log(this.name+"---"+this.age+"---"); return 1;//没有返回值调用时会输出一个undefined } }; module.exports=action;