将“CPU”转化为wcha_t * [cpp] QString str = "CPU"; const wchar_t * str_cpu = reinterpret_cast<const wchar_t *>(str.utf16());//char * 转换为 wchar_t * 类型 [cpp] //QString to wchar_t *: const wchar_t * encodedName = reinterpret_cast<const ...