关于爬虫中的hook(defineProperty,hook cookies, hook载荷数据,hookXHR)
关于爬虫中的hook:definePropertyvarpeople={age:19,};varcount=20;console.log(people.age)//参数:对象属性名字函数Object.defineProperty(people,'age',{get:function(){console.log('获取值!');returncount;},//set:function(val){//