📜  打开 firefox python 代码示例

📅  最后修改于: 2022-03-11 14:47:22.206000             🧑  作者: Mango

代码示例1
import webbrowser
webbrowser.get('firefox').open_new_tab('http://www.google.com')
webbrowser.open('http://www.google.com')