typedef struct { unsigned char x; unsigned char y; unsigned char mode; char *str; }seat_s; typedef struct { seat_s seat[3]; unsigned char a; unsigned char b; }MENU_s; MENU_s Top_Mode;
[此贴子已经被作者于2020-7-3 11:47编辑过]