MFC中怎么将CString类型字符串中的某一个字符赋给一个字符变量?如题[解决办法]CString str = "csdn hello world";TCHAR aChar = str[2];[解决办法]