摘要: //创建新类型typedef struct { int age; char name[20];//最大字节为 20 }Student; Student value2 = {1,*strcpy(value2.name, "证书")}; /* 把字符串拷贝到 char 里面去 strcpy(value2.name, "证书"); ... 阅读全文
posted @ 2016-08-20 21:18 猪嘻嘻 阅读(183) 评论(0) 推荐(0) 编辑