会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
a'sa'mu
我唯一庆幸的是,在最美好的年华遇见你。
首页
新随笔
管理
2016年8月20日
iOS 学习 - 19.结构体
摘要: //创建新类型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)
编辑