該如何印出wchar_t的字串? C 方法 wchar_t* foo = L"two bytes each character"; wprintf(L"foo =[%ls]\n", foo); 函式定義在wchar.h 中 。
確定! 回上一頁