rgr3255 发表于 2015-7-30 08:56:31

解决执行python 脚本一闪而过问题

在脚本开头,输入:import os,在脚本结尾,输入:os.system("pause")
# hello.py
import os
name=raw_input("please enter your name:")
print "hello,",name
os.system("pause")

页: [1]
查看完整版本: 解决执行python 脚本一闪而过问题