摘要:
public class Main { public static void main(String[] args) { int a = 8 ; if(a>5){ System.out.println(a);} else { System.out.println("a");} } } 阅读全文
posted @ 2020-12-05 08:38
三岁小白
阅读(60)
评论(0)
推荐(0)
摘要:
public class aaaa { public static void main(String[] args) { switch (1) { case 0: System.out.println("123"); break; case 1: System.out.println("456"); 阅读全文
posted @ 2020-12-05 08:36
三岁小白
阅读(94)
评论(0)
推荐(0)

浙公网安备 33010602011771号