Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
import webbrowser br=webbrowser.open('http://www.google.com/') if br==True: print"Success" print"need to close the browser"
你不能。
但是您可以改用该subprocess模块来打开浏览器并使用terminateorkill方法。
subprocess
terminate
kill