function test(name){ this.name = name; setTimeout(function(){ console.log(this.name); },1000); }
这么写是没问题的嘛?有结果
o_n
相关分类