V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  jakeyfly  ›  全部回复第 16 页 / 共 16 页
回复总数  305
1 ... 7  8  9  10  11  12  13  14  15  16  
@Hsinchu 我有钩选那个弹新页面 就记录包的那个 就是打开新页面同时也开审查元素的 我找了两天了 确实不知道是那个东西传过来的 我 X
@anmaz 亲哥 我的设想是 百台机器分布式抓取啊 用模拟点击 不合适吧
@annielong 是啊 函数我都找到了

function analysis(ID) {
var theURL;
try {
if (Config.language == 0)
theURL = "http://zq.win007.com/analysis/"; + ID + "cn.htm";
else if (Config.language == 1)
theURL = "http://zq.win007.com/analysis/"; + ID + ".htm";
else
theURL = "http://zq.win007.com/analysis/"; + ID + "sb.htm";
}
catch (e) {
if (location.href.split('_').length == 2)
theURL = "http://zq.win007.com/analysis/"; + ID + "cn.htm";
else
theURL = "http://zq.win007.com/analysis/"; + ID + ".htm";
}
window.open(theURL);

可是 我是想知道 chrome 是如何接收到这个地止的 然后打开 的 我要抓这个包啊 就是抓不到啊
@MiguelValentine 大神 这个我肯定知道啊 但是弹出的新标签 所有包我都 看过了。没有一个是接收地止的。原页面就完全没有动静 不明白是啥意思 我估计要去学 JS 了
@GreatMartial 大神 有经验传授吗 给跪了
@ooee2016 没有的
1 ... 7  8  9  10  11  12  13  14  15  16  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   925 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 13ms · UTC 21:48 · PVG 05:48 · LAX 14:48 · JFK 17:48
Developed with CodeLauncher
♥ Do have faith in what you're doing.