pythonCopy from selenium import webdriver import time driver = webdriver.PhantomJS() driver.get('https://python.org') html ...
確定! 回上一頁