摘要: typedef struct Student{ int sid; char name[5]; char sex; }* PST, STU;//PST等价于struct Student *, STU等价于struct StudentView Code 阅读全文
posted @ 2015-12-30 17:08 tkid 阅读(122) 评论(0) 推荐(0) 编辑