package student import "fmt" var totalStudentNum =35 var ClassName string = "实验班" //返回学生人数 func TotalNum() int { return TotalStudentNum }