摘要:
import requests import json import my_fake_useragent import threading import pymysql #连接本地数据库 conn = pymysql.connect(host='',user='root',password='yan 阅读全文
摘要:
依赖安装 pip install requests-html -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com 如果安装失败,可能是Python解释器版本太高了,可以卸载掉,使用pycharm安装Python解释器 fr 阅读全文