var dhtmlx = {};
dhtmlx.delay=function(method, obj, params, delay){
setTimeout(function(){
var ret = method.apply(obj,params);
method = obj = params = null;
//上面这行代码的作用谁能详细解释下
return ret;
},delay||1);
};
尚方宝剑之说
相关分类