var uint8array = new TextEncoder('utf-8').encode('¢') var string = new TextDecoder('utf-8').decode(uint8array). Encoding API 处于实验阶段, ...
確定! 回上一頁