摘要: C语言文件 1,主要代码: #include<stdio.h> #include<stdlib.h> #include<string.h> struct student{//结构定义 char name[10]; char num[10]; char sex[10]; char cla[10]; c 阅读全文
posted @ 2019-12-20 00:04 MIKELOVE 阅读(159) 评论(0) 推荐(0) 编辑