#include <wchar.h> ... wchar_t myString2[16] = { 0x55E8, 0x3001, 0x4F60, 0x597D}; ... char *wchar_t_string_to_char(const wchar_t *src, ...
確定! 回上一頁