摘要: 先获取window对象属性 来源: 夜幕爬虫安全论坛 原文链接: http://bbs.nightteam.cn/thread-485.htm?orderby=desc&user=7 阅读全文
posted @ 2021-05-14 17:47 SirPi 阅读(355) 评论(0) 推荐(0) 编辑
摘要: 1 window = new Proxy(global, { 2 get: function (target, key, receiver) { 3 console.log("window.get", key, target[key]); 4 if (key == "location") { 5 l 阅读全文
posted @ 2021-05-14 17:33 SirPi 阅读(676) 评论(0) 推荐(0) 编辑