setTimeout(function(){
this.doSelectAll();//默认全选
this.setText(this.getText());//赋显示值
}, 10);
会返回什么?
还是空值啊,你赋值this.getText(),这个this.getText()还是空的啊