若char* 所指的内容为utf-8编码,使用MultiByteToWideChar时,CodePage的值需为CP_UTF8,若还设置为CP_ACP或者936,将会产生乱码。 一般情况下,ANSI编码的char*无法 ...
確定! 回上一頁