diff --git a/12.py b/12.py index 3798bf4..4fa11e2 100644 --- a/12.py +++ b/12.py @@ -1,10 +1,11 @@ -import csv -import requests -h={ -"User-Agent": -"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36"} -response=requests.get("https://www.douban.com/",headers=h) -# response=requests.get("https://tieba.baidu.com/f?kw=%E5%AD%A6%E4%B9%A0%E5%BC%BA%E5%9B%BD&ie=utf-8&pn=50") -print(response.text) -print(response.status_code) -print(response.encoding) \ No newline at end of file +import csv +import requests +h={ +"User-Agent": +"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36"} +response=requests.get("https://www.douban.com/",headers=h) +# response=requests.get("https://tieba.baidu.com/f?kw=%E5%AD%A6%E4%B9%A0%E5%BC%BA%E5%9B%BD&ie=utf-8&pn=50") +print(response.text) +print(response.status_code) +print(response.encoding) +print(response.request) \ No newline at end of file