摘要:
selenium + chrome插件的使用,首先要将chrome插件下载本地(下载地址 https://chromedriver.storage.googleapis.com/index.html?path=2.38/ )解压至任意的配有全局环境变量的路径下 同理phantomeJS 阅读全文
摘要:
#百度线程 def baiduss(urls): for web in urls: if web: #百度site webToF = baiduwebJudge(web) #判断去留 T 为留 F为扔 if webToF == "T": prin... 阅读全文
先使用phantomJS(selenuim以后将不支持phantomJS,可使用无头chrome 和火狐插件)模拟登录用户,拿到登录后页面的cookie,再用cookie访问本网站,拿到想要的搜索结果
摘要:
先模拟登陆获取cookie,再拿着cookie访问网站,获取想要的搜索结果 阅读全文