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.
当使用 pyinstaller 创建 exe 时,我可以将文件类型与 exe 相关联(例如 .timers):
当我尝试使用程序打开文件时,它给了我一个错误,正如我所期望的:
但是 Windows 如何将文件路径传递给 exe?有没有办法将文件路径传递给我的代码?