vector容器的输出问题?vector的定义是这样的: vector<app> va app是一个结构体。struct typedef struct app_{int id;unsigned char type;string name;} app;请问如何将id type name 输出啊?刚接触vector。[解决办法]没明白,你的意思是输出 id的类型,即输出int 吗?