04 2023 档案
摘要:第一步是先安装wheel pip install wheel 第二步是安装lxml pip install lxml 第三步是安装Twisted,先在https://www.lfd.uci.edu/~gohlke/pythonlibs/中找到Twisted,然后找到与自己安装的python的版本对应
阅读全文
摘要:selenium的官方地址为:https://selenium-python.readthedocs.io/index.html 镜像地址:https://npmmirror.com/ # 导入 webdriverfrom selenium import webdriverfrom selenium
阅读全文