摘要: java 的代码中多少有些不是很严谨的内容,比如下面的这段代码: public class Trouble { public static void main(String[] args) { Integer[] arr1 = new Integer[2]; arr1[0] = new Integer(1); Object[] arr2 = ... 阅读全文
posted @ 2016-07-22 07:45 robin·张 阅读(479) 评论(0) 推荐(0) 编辑