摘要: 今天被一个小伙伴的问题差点问来闷起,起因是代码如下: public static void main(String[] args) { List a = new ArrayList<>(); a.add("1"); a.add("2"); List b = new ArrayList<>(); te 阅读全文
posted @ 2020-01-10 16:52 Getwind 阅读(379) 评论(0) 推荐(1)