Java 15

  • if...else 基本结构
if(布尔表达式){
   //如果布尔表达式的值为true
}else{
   //如果布尔表达式的值为false
}
posted @ 2022-01-13 21:51  华茹  阅读(25)  评论(0)    收藏  举报