奈學(xué)大前端資深開(kāi)發(fā)工程師
2022-11-28 15:51 作者:娜娜絡(luò)絡(luò) | 我要投稿
public class CollectorsTest {
? ?public static void main(String[] args) {
? ? ? ?List<Student> students1 = new ArrayList<>(3);
? ? ? ?students1.add(new Student("", 23, 175));
? ? ? ?students1.add(new Student("", 40, 180));
? ? ? ?students1.add(new Student("白子", 50, 185));
? ? ? ?OutstandingClass ostClass1 = new OutstandingClass("一
標(biāo)簽: