text-encode
2020-03-02 本文已影响0人
2359634711
gbk转utf8
https://github.com/inexorabletash/text-encoding
var x = new Uint8Array(resBuffer);
var str =new TextDecoder('gbk').decode(x);
gbk转utf8
https://github.com/inexorabletash/text-encoding
var x = new Uint8Array(resBuffer);
var str =new TextDecoder('gbk').decode(x);