• CString类的Find()怎样能查找字符串中的中文子串?
  • 其他开发语言
    1.00元

比如我用CStdioFile类打开一个文件,按行读取
CStdioFile file;
if (!(file.Open(filename, CFile::modeRead))) {
AfxMessageBox(_T("文件打开失败")); return false;
}
CString strT;
while (file.ReadString(strT)) {
if (strT.Find("正确")!= -1)
return true;
};
无论文件里有没有“正确”结果都是未找到

  • Caroline    2020-04-21 10:23:05
  • 阅读 1033    收藏 0    回答 1
  • 邀请
  • 收藏
  • 分享
发送
登录 后发表评论
  • 51testing软件测试圈微信