如何初始化结构体数组?刚才发的帖不知道为什么打不开了?
struct room{ char *id; enum room_type type; float fee; char *user_id; time_t in_time; time_t out_time; char *intro;};struct room big_room[BIG_COUNT];