该文被密码保护。 阅读全文
posted @ 2020-11-12 20:11 天妖姥爷 阅读(0) 评论(0) 推荐(0) 编辑
摘要: 写一下Python如何安装模块: 1.下载BS4模块: http://www.crummy.com/software/BeautifulSoup/bs4/download/4.3/beautifulsoup4-4.3.2.tar.gz 2.解压到linux中的某个文件夹中并进入该文件夹 3 执行 p 阅读全文
posted @ 2020-11-12 17:50 天妖姥爷 阅读(673) 评论(0) 推荐(0) 编辑
摘要: import requests res = requests.get(url) cookies = requests.utils.dict_from_cookiejar(res.cookies) print(cookies[key]) 阅读全文
posted @ 2020-11-12 13:47 天妖姥爷 阅读(2285) 评论(0) 推荐(0) 编辑