var _push = Array.prototype.push
Array.prototype.push=function(){
if(typeof arguments[0]==="string"){
console.log("hook array");
_push.apply(this,arguments)
}
}


可以在破解验证码的时候,定位轨迹使用,一般估计会是一个列表。