摘要: 条件语句 public class Test { public static void main(String args[]){ int x = 10; if( x < 20 ){ System.out.print("这是 if 语句"); } } } public class Test { pub 阅读全文
posted @ 2023-03-10 22:18 听着DJ读童话 阅读(90) 评论(0) 推荐(0)