2.if和elseif

if (1 -eq 2 ) {
 "打印1"
 }
 elseif(2 -gt 1){
 "打印4"
 }
 else {
 "打印2"
 }
``
posted @ 2021-09-28 12:31  mk-备忘  阅读(62)  评论(0)    收藏  举报