function test(name){ this.name = name; setTimeout(function(){ console.log(this.name); },1000); }这么写是没问题的嘛?有结果 查看完整描述