摘要:
#-*-coding=utf-8from selenium import webdriverimport timedriver=webdriver.Firefox()#浏览器安装的路径是默认地址driver.get("http://www.baidu.com")#输入URL地址time.sleep(... 阅读全文
posted @ 2014-05-28 20:16
tim胖
阅读(169)
评论(0)
推荐(0)