摘要: import requests import json import my_fake_useragent import threading import pymysql #连接本地数据库 conn = pymysql.connect(host='',user='root',password='yan 阅读全文
posted @ 2021-10-27 23:12 1769987233 阅读(63) 评论(0) 推荐(0) 编辑
摘要: 依赖安装 pip install requests-html -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com 如果安装失败,可能是Python解释器版本太高了,可以卸载掉,使用pycharm安装Python解释器 fr 阅读全文
posted @ 2021-10-27 16:08 1769987233 阅读(134) 评论(0) 推荐(0) 编辑