python爬蟲基礎及實例---代碼通過實測

requests模塊 發送get,post請求 response = requests.get(url) response = requests.post(url,data={請求體的字典}) response的方法 response.text 該方法常常會出現亂碼,出現亂碼使用response.encoding=」utf-8」 response.content.decode() 把響應的二進制字
相關文章
相關標籤/搜索