貌似你提供的方法不行,可能是我用的不对。
现在自己已经解决了。代码如下:
int temp_local_of_Comma;
temp_local_of_Comma = String_Path->LastIndexOf(",");
String_Path = String_Path->Remove(temp_local_of_Comma);
temp_local_of_Comma = String_Path->LastIndexOf(",");
String_Path = String_Path->Remove(temp_local_of_Comma+1);
String_Path += "E>";