求指导,goquery读取页面后,获取不到值。

hbdongfeng · · 2715 次点击
哦,果然是,谢谢
#2
更多评论
fenglangjuxu
出售域名 http://letsgo.xin
``` function dataCollection(collection_params) { var c_data = { "fr": fr, "a": check_c_p('a', 0, collection_params), "ks": check_c_p('ks', '', collection_params), "softid": check_c_p('softid', '', collection_params), "random": Math.random }; $.post('/mobile/index/dataCollection', c_data, function (data) { }, 'json'); } ``` 你可以看看这个js函数,他不是一次性返回数据,而是通过这个函数再次发送请求了. 你直接获取那个页面,你可以看下源代码,基本啥都没有.
#1