摘要: // 结构体中的元素的第二种访问的方法。#include <stdio.h>#include <stdlib.h>struct Person{ int age; void (*p)();}; void persons(){ printf("have lunch\n "); }int main(){ 阅读全文
posted @ 2021-03-16 11:11 LInguistic-零点 阅读(203) 评论(0) 推荐(0)