gpt4 book ai didi

python - 在 Python 中以编程方式在 Web 浏览器中打开 URL

转载 作者:太空狗 更新时间:2023-10-29 21:25:01 24 4
gpt4 key购买 nike

我有一个 tkinter 脚本。我想知道有没有这样的东西,所以当你按下一个按钮时,它会带你到一个网站

from tkinter import *
app = Tk()
app.geometry("250x400")
app.title("Links")

def Link():
?

button1 = Button(app, text = "To a web site.", command = Link)
button1.pack()

app.mainloop()

最佳答案

有一个 module for that .

import webbrowser

webbrowser.open("http://xkcd.com/353/")

关于python - 在 Python 中以编程方式在 Web 浏览器中打开 URL,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8024091/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com