Constructs a new TextDecoder that decodes UTF-8 strings. Example: const decoder = new TextDecoder(); console.log(decoder.decode(new Uint8Array([ ...
確定! 回上一頁