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.
如果我.pyw用 python.exe 运行文件会发生什么,而不是pythonw.exe?
.pyw
pythonw.exe
喜欢 :python main.pyw
python main.pyw
它实际上会起作用并且不会产生任何错误。
这个问题的答案会帮助pythonw.exe还是python.exe?