摘要:
# coding:utf8from selenium import webdriverimport time# 创建一个ChromeOptions的对象option = webdriver.ChromeOptions()# option.add_argument('--user-data-dir=路 阅读全文
posted @ 2019-11-20 15:40
天际之鹰
阅读(786)
评论(1)
推荐(0)
摘要:
import requestsfrom bs4 import BeautifulSoupimport csvdate = open('test.csv', 'w')writer = csv.writer(date)url = 'http://www.eastmoney.com/'req = requ 阅读全文
posted @ 2019-11-20 15:34
天际之鹰
阅读(441)
评论(0)
推荐(0)
浙公网安备 33010602011771号