摘要: @Test public void test1(){ List<Person> personList = new ArrayList<Person>(); personList.add(new Person("Tom", 8900, 23, "male", "New York")); personL 阅读全文
posted @ 2023-06-29 14:01 沉默的老牛 阅读(22) 评论(0) 推荐(0) 编辑