gpt4 book ai didi

Python: webbrowser.open ("") 打开文件资源管理器窗口

转载 作者:太空宇宙 更新时间:2023-11-03 17:44:16 27 4
gpt4 key购买 nike

我正在编写一个非常简单的 URL 打开程序,它在终端窗口中获​​取 URL(使用 input)并使用 webbrowser.open 打开它。

问题是,当没有在输入中输入任何内容时(运行webbrowser.open("")),会出现一个文件资源管理器窗口而不是我的网络浏览器,并且当我在其中输入内容时输入,例如 http://www.google.com (它运行 webbrowser.open("http://www.google.com"))它可以正确打开 google chrome。发生什么事了?

我在 Windows 8、AMD 上运行 python 3.2.2。提前致谢。

最佳答案

嗯,在 Python 网页上 webbrowser模块,位于webbrowser.open()下,它说

Note that on some platforms, trying to open a filename using this function, may work and start the operating system’s associated program.

您的计算机意识到您没有尝试打开 URL,因此它会尝试打开一个文件,并且由于没有输入,它只会打开您的文件资源管理器。

关于Python: webbrowser.open ("") 打开文件资源管理器窗口,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30041255/

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