linux 使用Vector string

使用vector要加上

#include <vector>

嵌套vector 的话需要 > >  中间要加一个空格

vector<vector<string> > 

使用string

#include <string>

posted @ 2015-03-24 17:06  xiaoxiaowenge  阅读(415)  评论(0)    收藏  举报