Hi,歡迎訪問前端老白
python中希望循環提前結束?
使用break語句
比如:
for i in range(10):
print(i)
if i==5:
break
老白網絡 (http://www.lofty888.cn/) 前端 后端 zblog主題.網站地圖xml