CString str;
str += '\r';
str.Find('r',0);//解释一下,CString实现有重载字符操作,str然后再去寻找'\r'.这种情况是不是会有漏洞产生,或者cstring的bug导致find不成功。