- 博客(1)
- 收藏
- 关注
原创 2020-11-02
from selenium import webdriver from selenium.webdriver.common.keys import Keys import time drive=webdriver.Chrome() drive.get(“http://www.douban.com”) username =drive.find_element_by_name(“username”) username.clear() username.send_keys(“账户”) password=driv
2020-11-02 15:24:34 52
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人