urllib库使用方法 4 create headers
摘要:import urllib.requestimport urllib.parseurl = "https://www.baidu.com/"#普通请求方法response = urllib.request.urlopen(url)print(response.read().decode())#伪装头
阅读全文
posted @ 2019-02-16 15:48
posted @ 2019-02-16 15:48
posted @ 2019-02-16 15:47
posted @ 2019-02-16 15:45
posted @ 2019-02-16 15:39