摘要:
先获取window对象属性 来源: 夜幕爬虫安全论坛 原文链接: http://bbs.nightteam.cn/thread-485.htm?orderby=desc&user=7 阅读全文
摘要:
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 阅读全文