const decoder = new TextDecoder('utf-8'); const bytes = new Uint8Array([ ... 不使用 TextDecoder 也可以直接转化成字符串: ... 参考文档:MDN ...
確定! 回上一頁