CString转int方法: CString h; int a=_ttoi(h); int转化CString方法: int a=1263; CString h; h.Format(_T("%d"),a); 相关文章: