摘要: // 逻辑运算符 public class Demo05 { public static void main(String[] args) { // 与(and) 或(or) 非(取反/不是你就是我) boolean a = true; boolean b = false; System.out.p 阅读全文
posted @ 2021-08-26 15:42 尖叫的螃蟹 阅读(23) 评论(0) 推荐(0)