import os
#open the IE windows
os.system('"C:/Program Files/Internet Explorer/iexplore.exe" about:blank')
#open the defalut homepage
os.system('"c:/program files/internet explorer/iexplore.exe" www.sohu.com')
用python打开IE浏览器
最新推荐文章于 2024-03-02 10:12:31 发布