11 2017 档案
摘要:Python in the process of accessing the web page,encounter with cookie,so we need to get it. cookie in Python is form of a dictionary exists ,so cookie
阅读全文
摘要:分享一则对于网抓中面对post请求访问的页面或者在分页过程中需要post请求才可以访问的内容! 面的post请求的网址是不可以零参访问网址的,所以我们在网抓的过程中需要给请求传表单数据,下面看一下网页中post请求的网址: post请求状态码和get请求的状态码一致,但是在参数中我们可以看到表单数据
阅读全文