摘要: 1 #include 2 #include 3 #include 4 struct student //定义结构体 5 { 6 char name[7]; //姓名 7 int number; //号码 8 }student,student1; 9 void menu() //显示栏 10 { 11 printf("*******... 阅读全文
posted @ 2017-01-06 17:39 legenda 阅读(2417) 评论(0) 推荐(0) 编辑