You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
1.1 KiB
20 lines
1.1 KiB
|
|
void help()
|
|
{
|
|
system("color 57");
|
|
system("cls");
|
|
printf("| 您好! |\n");
|
|
printf("|=========================================================================|\n");
|
|
printf("| |\n");
|
|
printf("| 欢迎进入学生信息管理系统! |\n");
|
|
printf("| |\n");
|
|
printf("| 请按照提示输入数字选择你要进行的操作! |\n");
|
|
printf("| |\n");
|
|
printf("| 改变学生信息会自动保存! |\n");
|
|
printf("| |\n");
|
|
printf("| 感谢您的使用! |\n");
|
|
printf("| |\n");
|
|
printf("|=========================================================================|\n");
|
|
}
|
|
int main()
|