Java 16

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