摘要:
function Exec(funcName, arr, byResult) { if (byResult) { if (typeof funcName == "string") { if (window[funcName]) { //如果返回false或者没用返回值,则继续执行一次,知道返回true if (!window[funcName](arr)) { window.setTimeout(function() { Exec(funcName, arr, true) }, _interval); } } else { window.setTimeout(function() { Exec 阅读全文
posted @ 2010-12-01 12:08
再快一点
阅读(258)
评论(0)
推荐(0)
浙公网安备 33010602011771号