var c = string.charCodeAt(n);. if (c < 128) {. utftext += String.fromCharCode(c);. } else if ((c > 127) && (c < 2048)) {. utftext += String.
確定! 回上一頁