TextEncoder 的所有实例仅支持UTF-8 编码。 const encoder = new TextEncoder(); const uint8array = encoder.encode('this is some ...
確定! 回上一頁