Copy while True: for i in range(1,5): if i == 2: break # Will only break out of the inner loop! Python 沒有能力同時突破多個迴圈級別- 如果需要這 ...
確定! 回上一頁