begin(); std::advance(vi, 2); std::cout << *vi << '\n'; } 输出: 4 参阅 next (C++11) 令迭代器自增 (函数模板) distance 返回两个迭代器间的距离 (函数模板) C语言 | C++中文网