摘要: 1、 判断以下程序的输出结果: 1 public class Test1 { 2 public static void main(String[] args) { 3 int x = 10; 4 int a = x + x++; 5 System.out.println("a="+a); 6 Sys 阅读全文
posted @ 2021-04-11 20:33 lraj 阅读(69) 评论(0) 推荐(0) 编辑