CString 头文件#include string 头文件#include CString 转char * CString cstr; char *p = (LPSTR)(LPCTSTR)cstr; string 转CString CString.format(”%s”, ...
確定! 回上一頁