爬虫基础
摘要:1 import requests 2 #无论是post、get请求 3 #要注意防爬虫策略:一般是加个请求头 4 #登陆 5 6 #下面的过程无法完成点赞 7 import requests 8 #无论是post、get请求 9 #要注意防爬虫策略:一般是加个请求头 10 #登陆 11 response_login = requests.post( 12 ur...
阅读全文
posted @ 2018-10-28 17:33