摘要: 最近有个需求要求对长字符串进行gzip压缩,然后在js进行解压缩的操作: public static void main(String[] args) { try { String longString = "www.baidu.com"; // GZIP压缩后的数据 byte[] compress 阅读全文
posted @ 2022-12-29 15:44 随身笔记~ 阅读(2123) 评论(0) 推荐(0) 编辑