gpt4 book ai didi

Python:使用 webbrowser-control 更改网络浏览器的 url

转载 作者:太空宇宙 更新时间:2023-11-03 15:59:51 24 4
gpt4 key购买 nike

好的,我知道如果你想使用 pyton 打开特定的 url,你可以运行:

import webbrowser
webbrowser.open("buinvent.com")

但是,如果您想在网络浏览器中将其更改为不同的 url,而不在网络浏览器中打开新窗口或新选项卡,该怎么办?有办法做到这一点吗?

最佳答案

import webbrowser
webbrowser.open('google.com', new = 0)

文档说:

If new is 0, the url is opened in the same browser window if possible. If new is 1, a new browser window is opened if possible. If new is 2, a new browser page (“tab”) is opened if possible

https://docs.python.org/3/library/webbrowser.html

关于Python:使用 webbrowser-control 更改网络浏览器的 url,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40443178/

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