根据index 获取 迭代器

 

vector<int>::iterator it;
it = a.begin()+4;

 

posted @ 2021-02-05 21:50  zeroPatrick  阅读(108)  评论(0)    收藏  举报