Home  >  Article  >  Backend Development  >  11平台积分怎么抓取

11平台积分怎么抓取

WBOY
WBOYOriginal
2016-06-06 20:36:341058browse

很像知道像

http://dotazj.uuu9.com/

uu9 这种测试器,是怎样根据用户的昵称抓取到11平台信息的

11有战绩中心,但是需要登录才能访问,如果是抓取,怎样抓取呢?

或是还有其他方法?

回复内容:

很像知道像

http://dotazj.uuu9.com/

uu9 这种测试器,是怎样根据用户的昵称抓取到11平台信息的

11有战绩中心,但是需要登录才能访问,如果是抓取,怎样抓取呢?

或是还有其他方法?

先用抓包工具,把页面地址抓过来,如果需要登录的话,可以登录一次,记录下cookie,下次访问的时候带上cookie。然后抓取具体东西的时候可以使用正则匹配或者字符串匹配来抓取。

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn