1、CString类型转变为double类型
字符集:使用多字节字符集 用atof
例:
CString str;
double a = atof(str);
字符集:使用 Unicode 字符集 用_wtof