假设 CString a ,b;我想在a中删除含有b,remove的参数设置为b,怎么使用,求大神指导阿!
CString str1 = "abcd";
CString str2 = "abcdefg"; str1 = str2.Trim(str1);