字串就是一串文字,在C 談到字串的話,一個意義是指字元組成的陣列,最後加上一個 ... #include <stdio.h> #include <string.h> void toUTF8(int cp, char* str); int ...
確定! 回上一頁