webbrowser modules only opens url in mozilla?
import we开发者_运维技巧bbrowser
webbrowser.open(url)
I am using this to open url in browser. But it opens only in 'Mozilla'
why?
Just look at the docs. It uses the default browser. Look at webbrowser.get()
for instructions on using a different browser.
精彩评论