setTimeout( function(self) { return function() { alert(self);//这里面用self代替this } }(this), 1000);
你试试看
把这个对象实例弄成全局变量,setTimeout里面用这个变量名代替this就行了