2018年12月21日

摘要: #include #include struct Student { int sid; int age; }; struct Student * CreatStudent(void) { struct Student * pst = (struct Student *)malloc(sizeof(struct Student)); pst->sid = 1... 阅读全文
posted @ 2018-12-21 10:22 JieFangZhe 阅读(109) 评论(0) 推荐(0)

导航