C 語言沒有獨立的字串型別,而C 字串是以char 或其他字元(character) 為基礎型別的陣列, ... wchar_t *s = L"你好,世界"; printf("%ls\n", s); return 0; }.
確定! 回上一頁