int x=1111111;
CString str;
str.Format("%i",x);
MessageBox(str);
MessageBox 打印 int
最新推荐文章于 2024-07-28 18:52:21 发布
int x=1111111;
CString str;
str.Format("%i",x);
MessageBox(str);