摘要: 条件运算符 package operator; //**三元运算符 public class Demo08 { public static void main(String[] args) {//x ? y : x ** //**如果x==true,则结果为y,否则结果为z * int score 阅读全文
posted @ 2023-08-04 17:22 心流星雨 阅读(16) 评论(0) 推荐(0)