开发者

webbrowser modules only opens url in mozilla?

开发者 https://www.devze.com 2023-01-27 15:22 出处:网络
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 webbrowse
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.

0

精彩评论

暂无评论...
验证码 换一张
取 消