摘要: 1 public class Test { 2 public static void main(String[] args) { 3 final int a = 11; 4 int b = 111; 5 a = 123;//The final local variable a cannot be a 阅读全文
posted @ 2017-11-14 21:46 我的名字叫红 阅读(287) 评论(0) 推荐(0)