怎样完全删除vector中第i位?vector <Data> Data;怎样完全删除Data中第i位?请给出代码,谢谢[解决办法]Data.erase(Data.begin() + i);//i index by 0