python continue语句
摘要:
Python continue 语句跳出本次循环,而break跳出整个循环。 continue 语句用来告诉Python跳过当前循环的剩余语句,然后继续进行下一轮循环。 阅读全文
posted @ 2019-08-19 11:27 Null_Bug 阅读(265) 评论(0) 推荐(0)
posted @ 2019-08-19 11:27 Null_Bug 阅读(265) 评论(0) 推荐(0)
posted @ 2019-08-19 11:20 Null_Bug 阅读(249) 评论(0) 推荐(0)