textEncoder.encode([input]) ... input <string> The text to encode. ... UTF-8 encodes the input string and returns a Uint8Array containing the encoded bytes.
確定! 回上一頁