定義一個(gè)char c = '你好'族跛;
輸出其在 utf-8 編碼模式下的長度;
int length = String.valueOf(c).getBytes("UTF-8").length;