05 2020 档案

摘要:#coding=utf-8 from selenium import webdriver import time path = 'D:/Language/Python/Python38/chromedriver.exe' driver = webdriver.Chrome(path) driver. 阅读全文
posted @ 2020-05-28 17:42 hiayap 阅读(369) 评论(0) 推荐(0)
摘要:#coding=utf-8 from selenium import webdriver import time #chromedriver.exe驱动存放地址 path = 'D:/Language/Python/Python38/chromedriver.exe' driver = webdri 阅读全文
posted @ 2020-05-09 09:54 hiayap 阅读(297) 评论(0) 推荐(0)
摘要:一、电脑环境 windows7 64位. 建议安装目录不要有空格和汉字 二、安装Python2.7 安装目录为D:\Language\Python\Python27 三、安装Python3.6 安装目录为D:\Language\Python\Python36 四、将Python3.6安装路径下的py 阅读全文
posted @ 2020-05-06 15:14 hiayap 阅读(256) 评论(0) 推荐(0)