admin管理员组

文章数量:1130349

Python实战-爬取网页内容

from selenium import webdriver
browser = webdriver.Chrome()
browser.get('http://finance.sina/realstock/company/sh000001/nc.shtml')
data = browser.page_source

Python实战-爬取网页内容

from selenium import webdriver
browser = webdriver.Chrome()
browser.get('http://finance.sina/realstock/company/sh000001/nc.shtml')
data = browser.page_source

本文标签: 实战网页系列内容python