标签: python browser
import webbrowser br=webbrowser.open('http://www.google.com/') if br==True: print"Success" print"need to close the browser"
答案 0 :(得分:2)
你做不到。
但您可以使用subprocess模块打开浏览器并使用terminate或kill方法。
subprocess
terminate
kill