慕imoocWeb前端架构师2022
2022-11-28 15:48 作者:bili_1559000721 | 我要投稿
public class TestCase {
public static void main(String[] args) {
List<Student> students = new ArrayList<>(3);
students.add(new Student(", 22, 175));
students.add(new Student("", 40, 180));
students.add(new Student("", 50, 185));