javascript gzip 支持中文 ... function gzip(str) { //加密. var binaryString = pako.gzip(str, { to: 'string' });. return btoa(binaryString);. }.
確定! 回上一頁