Python break and continue,break语句:作用:跳出for和while循环注意:只能跳出距离他最近的那一层循环foriinrange(10):print(i)ifi==5:#结束这个 ...
確定! 回上一頁