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

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

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-31
  • 2022-01-11
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-07-24
  • 2022-12-23
  • 2022-12-23
  • 2021-07-29
  • 2021-08-14
相关资源
相似解决方案