c++中字符转换的用法 (1)直接赋值   CString strText;   LPTSTR lpszText = _T("LPTSTR >> CString");   strText = lpszText;   ::MessageBox( NULL, strText , _T("标题"),