字符串是一段就是Ajax请求,如下var s_ajaxListener = new Object();s_ajaxListener.tempOpen = objectOfXMLHttpRequest.prototype.open;objectOfXMLHttpRequest.prototype.open = function () {arguments[1] = "http://sina.com";s_ajaxListener.tempOpen.apply(this, arguments); };}



需要找到argument[1]="http://sina.com",  然后用另一个网址替换掉 "http://sina.com",当然http在这里面是可变的,随机的也能是"http://baid.com",小弟初学golang,希望大神给予写关爱