CString.Format %s 字符串 要用char *

it2022-05-05  124

CString.Format %s 字符串 错了,应该是: std::string str; CString sql; sql.Format("%s",str.c_str()); 所以正确的说法是%s c字符串

转载于:https://www.cnblogs.com/hongjiumu/p/3525510.html


最新回复(0)