标签: python eclipse
我有一个应用程序,程序必须连续循环,直到按下一个键。
我尝试使用msvcrt库中的函数,但似乎都没有。实际上,如下所示的简单程序不起作用:
import msvcrt print "opening" k=msvcrt.getche() print k
在进一步搜索中,我发现eclipse has a bug and many are facing this problem。
有解决方法吗?