摘要: public class GZIP { /** * 字符串的压缩 * * @param str * 待压缩的字符串 * @return 返回压缩后的字符串 * @throws IOException */ public static String compress(String str)... 阅读全文
posted @ 2019-01-09 16:10 YangBryant 阅读(3130) 评论(0) 推荐(0) 编辑