🌈 搜索
📅  最后修改于: 2022-03-11 14:44:56.864000             🧑  作者: Mango
std::vector v1 = {1, 2, 3}; v2 = std::vector(v1.begin() + 1, v1.end());