摘要: 1.whiile+continue 2.while+else 3.死循环 4.for循环 5.数据类型的内置方法 一、while+continue 1.使用while循环打出0-10 2.使用while循环打出0-10,但不打印4 二、while+else 当while循环没有被人为打断(break 阅读全文
posted @ 2021-11-05 21:21 一览如画 阅读(52) 评论(0) 推荐(0)