5.while循环

$a=0
while ($a -lt 5) {
    if ($a%2 -eq 1){
    $a
    }
    $a+=1
}
posted @ 2021-09-28 12:36  mk-备忘  阅读(41)  评论(0)    收藏  举报