var decoder = new TextDecoder(testCase.encoding, {ignoreBOM: true});. var bytes = new Uint8Array(testCase.bytes);. assert_equals(. decoder.decode(bytes),.
確定! 回上一頁