如果5分钟后仍未达到我想要的效果,如何停止while循环。 while true: test = 0 if test == 5: break test = test - 1. 这段代码使我陷入无限循环 ...
確定! 回上一頁