摘要: (function (){ var open=window.xmlHttpRequest.prototype.open; window.xmlHttpRequest.prototype.open = function (method,url,async){ if(url.indexOf('analy 阅读全文
posted @ 2023-04-28 18:07 *感悟人生* 阅读(121) 评论(0) 推荐(0) 编辑
摘要: /*具体来说,AJAX 包括以下几个步骤。 以下是AJAX发请求的步骤 1. 创建 XMLHttpRequest 实例 2. 发出 HTTP 请求 3. 接收服务器传回的数据 4. 更新网页数据 */ //实例化一个对象 xhr var xhr = new XMLHttpRequest(), met 阅读全文
posted @ 2023-04-28 16:52 *感悟人生* 阅读(121) 评论(0) 推荐(0) 编辑