我試圖使用C在Linux終端中列印Unicode星型字元(0x2605)。 ... <wchar.h> int main(){ wchar_t star = 0x2605; wprintf(L"%c\n", star); return 0; }
確定! 回上一頁