marky
    CString str=_T("aaa;vvv");
int index=str.Find(_T(";"));
str=str.Left(str.GetLength()-index-1);
AfxMessageBox((LPCTSTR)str);

 

分类:

技术点:

相关文章:

  • 2021-11-27
  • 2021-11-30
  • 2022-01-07
  • 2021-10-16
  • 2021-09-18
猜你喜欢
  • 2021-12-12
  • 2021-11-27
  • 2021-11-13
  • 2021-08-22
  • 2021-08-22
  • 2018-03-16
  • 2021-12-10
  • 2021-11-13
相关资源
相似解决方案