setTimeout 参数传函数方法 var callback,_this = this;callback = function() { return _this.executecallback(key.text);};timer = setTimeout(callback, this.getOpt('delaytime'));
?