如何CString 类型转换为INT?CString strDefault=111; 我要把111付值给int a;怎么做那?我用atoi不好使 [解决办法]unsigned short *num; cstring str; int i = wcstod(str,&num);