外观
约 45 字小于 1 分钟
2025-07-31
// ↓ 需要加上 val/var 才能将变量设置到类上 class Student(val name: String, val age: Int) { }