master
xiao dong 2 years ago
parent 6ab332a7e8
commit 1cecb79de9

@ -361,11 +361,12 @@ Step 3: if 打开文件失败 then 提示打开文件失败并结束
Step 4: 将所有库存记录写入文件 Step 4: 将所有库存记录写入文件
Step 5: 关闭文件 Step 5: 关闭文件
! [](/mm.drawio.svg) ![save](/save.png)
#### print_data #### print_data
Step 1: 输出学号、姓名、成绩 Step 1: 输出学号、姓名、成绩
![print](./print.png)
#### query_data #### query_data
@ -373,6 +374,7 @@ Step 1: 输入学生学号
Step 2: if学号不存在 then 提示学生不存在并结束 Step 2: if学号不存在 then 提示学生不存在并结束
Step 3: else 学号存在 then 输出学号、姓名、成绩 Step 3: else 学号存在 then 输出学号、姓名、成绩
![query](./query.png)
#### add_data #### add_data
Step 1: if 数据库满 then 提示数据库满并结束 Step 1: if 数据库满 then 提示数据库满并结束

Loading…
Cancel
Save