想从某网站爬点数据
比如:http://www.domain.com/member/12345.html
然后页面通过 /other/getmember.do?mid=12345 获取会员信息,并用js展示,这个有什么思路么?
直接访问 /other/getmember.do?mid=12345 会404
用phantomjs自己写了一小段代码解决了,就是速度比较慢。