摘要: follow yoyo 阅读全文
posted @ 2019-04-10 18:30 山里姑娘 阅读(2768) 评论(0) 推荐(0)
摘要: # coding:utf-8from selenium import webdriverimport timedriver = webdriver.Firefox()driver.implicitly_wait(10)driver.get("http://www.baidu.com")time.sl 阅读全文
posted @ 2019-04-10 14:17 山里姑娘 阅读(436) 评论(0) 推荐(0)