dedura's recent timeline updates
dedura

dedura

V2EX member #221989, joined on 2017-03-20 15:53:17 +08:00
dedura's recent replies
May 3, 2017
Replied to a topic by snowsie Python Python 爬虫问题请教各位
>>> driver.get("http://stockpage.10jqka.com.cn/HQ_v3.html#hs_000791")
>>> driver.find_element_by_xpath("//li[@period='daily']").click()

然后要先移动到曲线上才能出现这个 ma 信息

from selenium.webdriver.common.action_chains import ActionChains

a=driver.find_element_by_xpath('//*[@id="canvasPanel"]')

ActionChains(driver).move_to_element(a).perform()

driver.find_element_by_xpath('//*[@id="kTipma"]').text
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   964 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 11ms · UTC 20:49 · PVG 04:49 · LAX 13:49 · JFK 16:49
♥ Do have faith in what you're doing.