CString str; float m_select=123.12; int m_show=125; str.Format("%f",m_select); str.Format("%d",m_show); 其它类型依此类推