摘要:
通过一个例子说明apply()的用法: //针对各种浏览器建立一个http request的对象 function getHttpRequest(){ http_request = null; if (window.XMLHttpRequest) { http_request = new XMLHttpRequest(); } else if (window.A... 阅读全文
posted @ 2009-03-01 19:45 moge 阅读(729) 评论(0) 推荐(0) 编辑