from selenium import webdriver from time import sleep # 建立一個新chrome例項 driver = webdriver.Chrome() # 開啟目標網站 ...
確定! 回上一頁