通过webrowser的open方法来打开:
python的webbrowser模块支持对浏览器进行一些操作,主要有以下三个方法:
1.webbrowser.open(url, new=0, autoraise=True)
2.webbrowser.open_new(url)
3.webbrowser.open_new_tab(url)
refer to:
https://www.jianshu.com/p/d4eea5b503ed
https://docs.python.org/zh-cn/3/library/webbrowser.html