请帮忙补全程序后面的存储部分
import selenium
from selenium import webdriver
import xlwt
import pandas as pd
wd = webdriver.Chrome(r'C:\Program Files\Google\Chrome\Application\chromedriver.exe')
wd.implicitly_wait(10)
wd.get('https://odds.500.com/fenxi/ouzhi-943896.shtml')
element = wd.find_element_by_xpath('//*[@id="293"]/td[3]/table/tbody/tr[2]/td[1]').click()
wd.implicitly_wait(10)
element293 = wd.find_element_by_xpath('//*[@id="tip_oz"]/div[2]/table/tbody')
print(element293.text)
weixin_44283322
2020/12/03 12:42- python
- 点赞
- 收藏
- 回答