最佳答案
如果5分钟后 while 循环没有达到我想要的效果,我怎么停止它。
while true:
test = 0
if test == 5:
break
test = test - 1
这个代码让我陷入了无穷无尽的循环。