摘要:
修改core.js --- timeout: function() { try { this.duration = new Date().getTime() - this.__start; var r = this.onTimeout(this.duration, this); if(typeof r == "undefined" || r != false) { this.abort(); } ... 阅读全文
posted @ 2009-09-17 20:10
momo0789
阅读(870)
评论(1)
推荐(0)
浙公网安备 33010602011771号