duyy

int cx=10;
CString s;
s.Format(_T("整数是:%d"),cx);
MessageBox(s);

分类:

技术点:

相关文章: