Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我用 tkinter 和 python 创建了一个 mp3 播放器 .exe 文件。我希望用户可以双击任何 mp3 文件,mp3 将使用我的 mp3 播放器打开。我使用 'sys.argv[1]' 来获取 mp3 文件的位置,但它显示错误。谁能告诉我当调用某些应用程序打开的窗口时操作系统会返回什么?