1.boolean语句
boolean 类型的数据 有两个值 false 和true;
2.在if判断的条件语句中
例如:
boolean arn =false 在if 判断的括号中可以表示为 !arn
boolean arn = true 在if 判断的括号中可以表示为 arn
在if(){}括号中boolean类型只有为true时才会执行,为false则跳过。
Powered by: 博客园 Copyright © 2024 心环 Powered by .NET 9.0 on Kubernetes