(function (){ var open=window.xmlHttpRequest.prototype.open; window.xmlHttpRequest.prototype.open = function (method,url,async){ if(url.indexOf('analysis') != -1){ debugger; } return open.apply(this,arguments); }; })();
标签:function,xmlHttpRequest,请求,XHR,url,HOOK,open From: https://www.cnblogs.com/lyt263/p/17362905.html