摘要: 幂运算 逻辑运算 public static void main(String[] args) { //逻辑运算符 与 &&(and) 或 ||(or) 非(取反) boolean a = true; boolean b = false; System.out.println("a && b:"+( 阅读全文
posted @ 2021-04-21 15:06 垮木 阅读(49) 评论(0) 推荐(0)