python實現瀏覽器打開指定url

關鍵 python

webbrowser+time+osweb

   
import os,time
import webbrowser url = 'http://www.baidu.com' webbrowser.open(url) time.sleep(3) #關閉谷歌瀏覽器, os.system('taskkill /IM chrome.exe')

 

 

要實現重複打開加上while便可,要是有代理池就能夠玩更騷的操做了
chrome

相關文章
相關標籤/搜索