CString strm;
strm="sdfsf sfsf sfsf";
if(strm.Find(' ')!=-1)

{
   MessageBox("发现空格!");

}
else

{
   MessageBox("没有发现空格");

}

相关文章:

  • 2021-09-21
  • 2022-12-23
  • 2022-12-23
  • 2021-05-23
  • 2021-09-04
  • 2022-01-22
  • 2021-12-10
  • 2021-07-25
猜你喜欢
  • 2022-12-23
  • 2021-09-12
  • 2022-12-23
  • 2022-01-22
  • 2022-12-23
  • 2022-02-11
相关资源
相似解决方案