菜鸟头次发贴!~强人来给个答案Viod (*(*pd)[20])(int) 怎么用typedef名字声明使它阅读更容易?[解决办法]typedef *p p; void pp[20](int )[解决办法]typedef void (*(*PD)[20])(int) PD p;