Boolean类型

Boolean/boolean - 布尔类型,值只能为true和false

定义Boolean:Boolean b

例:

 Boolean b = true
2022-08-09
1 0