摘要: 数据类型 布尔值:只能取2个值,true和false; public class Demo4 { public static void main(String[] args) { boolean b1 = true; System.out.println(b1); boolean a = true; 阅读全文
posted @ 2021-08-04 17:55 开心的菜鸟 阅读(83) 评论(0) 推荐(0)