05 2020 档案
摘要:#coding=utf-8 from selenium import webdriver import time path = 'D:/Language/Python/Python38/chromedriver.exe' driver = webdriver.Chrome(path) driver.
阅读全文
摘要:#coding=utf-8 from selenium import webdriver import time #chromedriver.exe驱动存放地址 path = 'D:/Language/Python/Python38/chromedriver.exe' driver = webdri
阅读全文
摘要:一、电脑环境 windows7 64位. 建议安装目录不要有空格和汉字 二、安装Python2.7 安装目录为D:\Language\Python\Python27 三、安装Python3.6 安装目录为D:\Language\Python\Python36 四、将Python3.6安装路径下的py
阅读全文