|
|
1
2
你可以使用 input function
|
|
|
2
0
使用“输入”功能。 你可以这样做: #python启动 print(“你好,世界!”) 输入(“按Enter键退出:”) #python结束 这样你就可以按enter键退出 |