# studentInquirySystem **Repository Path**: joyamon/student-inquiry-system ## Basic Information - **Project Name**: studentInquirySystem - **Description**: 对csv存储的学生信息(学号,姓名,年龄,班级,性别,籍贯),读取后根据学生的学号来进行查询。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-08-11 - **Last Updated**: 2021-08-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### student inquiry system #### 背景 * 对csv存储的学生信息(学号,姓名,年龄,班级,性别,籍贯),读取后根据学生的学号来进行查询。 #### 设计思路 * 使用student类,并对外提供search方法来根据stu_id快速检索到指定学生信息 * 类:Students * 方法: * read_csv :用来读取student_info.csv文件中的信息。 * create_data:将读取的数据处理成字典格式。 * input_num:输入要查询的学生id。 * search:根据输入的学生id查询学生信息。