MFC中CString::Delete的一点疑问,求无私赐教
CStringstr,str1;intf;str="102111.111.111.111yes";f=str.Find("",0);str1=str.Left(f);//...
CString str,str1;
int f;
str="102 111.111.111.111 yes";
f=str.Find(" ",0);
str1=str.Left(f);//str=102
str=str.Delete( 0,str1.GetLength()+1);
MessageBox(str);//为什么这里弹出来的不是111.111.111.111 yes 展开
int f;
str="102 111.111.111.111 yes";
f=str.Find(" ",0);
str1=str.Left(f);//str=102
str=str.Delete( 0,str1.GetLength()+1);
MessageBox(str);//为什么这里弹出来的不是111.111.111.111 yes 展开
2个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询