如何将CString转化为double 然后反过来谢了[解决办法]_tcstod();CString::Format(_T("%.lf"), ...);[解决办法]__ttof 转成 double
double atof( const char *str );double _wtof( const wchar_t *str );