摘要: function setInter(fn,time){ fn(); return window.setInterval(fn,time);}var updateManager = new (function(){ this.controlState = {}; this.update = function(type,fn){ if(!g_cscm){ return null; } var... 阅读全文
posted @ 2010-07-10 23:24 周尚武 阅读(469) 评论(0) 推荐(0)