var dhtmlx = {};dhtmlx.delay=function(method, obj, params, delay){ setTimeout(function(){ var ret = method.apply(obj,params); method = obj = params = null; //上面這行代碼的作用誰能詳細(xì)解釋下 return ret; },delay||1);};
setTimeoout
慕妹3146593
2019-01-30 09:09:11