为什么这里 wcwidth 返回“-1”(不是可打印的宽字符)、宽度为“Ԥ”(0x0524)? #include <stdio.h> #include <wchar.h> #include <locale.h> int wcwidth(wchar_t wc); ...
確定! 回上一頁