摘要: /* *测试条件(三元)连接符的用法 */ public class TestOperator06{ public static void main(String[] args){ int score=90; String a=score<60?"不及格":"及格"; System.out.prin 阅读全文
posted @ 2024-07-27 21:40 muyuxiaxing 阅读(21) 评论(0) 推荐(0)