setTimeout 参数传函数方法
var callback,_this = this;callback = function() { return _this.executecallback(key.text);};timer = setTimeout(callback, this.getOpt('delaytime'));
?
发布时间: 2013-01-22 10:23:54 作者: rapoo
setTimeout 参数传函数方法
var callback,_this = this;callback = function() { return _this.executecallback(key.text);};timer = setTimeout(callback, this.getOpt('delaytime'));
?