运维网's Archiver
论坛
›
Python
› 执行完毕python之后进入交互模式
cdchenli
发表于 2017-4-28 09:56:16
执行完毕python之后进入交互模式
import code
interp = code.InteractiveConsole(globals())
interp.interact("")
页:
[1]
查看完整版本:
执行完毕python之后进入交互模式