解决python在windows上运行弹出cmd窗口(dos窗口)

运行python程序的时候会在背景显示一个cmd,要想不显示其实很简单(虽然是我找了1个小时...才了解的基本知识)html   方法1:pythonw xxx.pypython 方法2:将.py改为.pyw (这个其实就是使用脚本解析程序pythonw.exe)ide   原文:ui  1)spa  Try changing the file extension to .pyw. Double-
相关文章
相关标签/搜索