摘要: ###编写一个学生考试系统 package main import ( "fmt" ) // 编写一个学生考试系统 type student struct { Name string Age int Score int } // 将 Pupil 和 Graduate 共有的方法也绑定到 *stude 阅读全文
posted @ 2023-03-11 14:29 六月OvO 阅读(11) 评论(0) 推荐(0) 编辑