CString aCString = "A string"; char myString[256]; strcpy(myString, (LPCTSTR)aCString);. 您可以使用 CString 方法,例如 SetAt ,來修改字串 ...
確定! 回上一頁