常用字符串函数 1. 字符串比较函数 //比较两个字符串是否相同 int StrCmp(LPCTSTR lpStr1,LPCTSTR lpStr2); int StrCmpN(LPCTSTR lpStr1,LPCTSTR ...
確定! 回上一頁