C语言各种数值类型转换
C语言数据类型转换1 CString,int,string,char*之间的转换 string 转 CString CString.format("%s", string.c_str()
C语言各种数值类型转换