浮点转字符串
char *_gcvt( double value, int digits, char *buffer );
CString str;
str.Format("%f",)
字符串转浮点
atof