摘要: 1 #include "stdio.h" 2 #include "windows.h" 3 4 int main() 5 { 6 char sText[20] = { "多字节字符串!OK!" }; 7 DWORD dwNum = MultiByteToWideChar(CP_A... 阅读全文
posted @ 2014-06-30 16:42 孟凯Leo 阅读(5859) 评论(0) 推荐(1) 编辑