...) cout << quoted(i) << ' '; cout << "\nMoved-from string holds " << quoted(s) << '\n';}``````输出:vector holds: "abc" "def" Moved-from string holds ""```### erase> 指定删除某个位置上的元素,或时一个范围的元素```C++ &n...