转换为大/小写 wstring strAppName(pszAppName); transform(strAppName.begin(), strAppName.end(), strAppName.begin(), ::toupper);