摘要: package aperator;//逻辑运算符public class Dome05 { //与and 或or 非取反 public static void main(String[] args) { boolean a = true; //(&&(与) ||(或)) 取反!() boolean 阅读全文
posted @ 2023-02-09 21:32 再小的帆也能启航 阅读(108) 评论(0) 推荐(0)