标签:.com 一个 enc socket soc span 第一个 http sts
import requests # socket-->http-->requests response=requests.get(‘https://tieba.baidu.com/f?kw=%E6%B5%81%E6%B5%AA%E6%B1%89‘) print(response.text) with open(‘12.html‘,‘w+‘,encoding=‘utf8‘)as f: f.write(response.text)
标签:.com 一个 enc socket soc span 第一个 http sts
原文地址:https://www.cnblogs.com/liangliangzz/p/10131648.html