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.
我可以在我使用的任何一个 IDE(Spyder 和 IEP)中运行我的 pygame 项目,但是我尝试对一些 .py 文件进行更改,当我再次运行该项目时,这些更改不会显示出来。我认为这与将 .py 文件作为脚本运行的 IDE 有关,但我想不出一个好的解决方案。我尝试删除编译的文件,但仍然出现同样的问题。
您可以使用reload函数使用更新的文件更新正在运行的 python 实例。