摘要: public class Demo07 { public static void main(String[] args) { //三元运算符 // x ? y : z //如果x为真则输出y,如果x为假则输出z int score = 80; String type = score < 60?"不及 阅读全文
posted @ 2020-10-27 18:12 我是新平 阅读(64) 评论(0) 推荐(0)