摘要: 1 /// 2 /// 压缩 3 /// 4 /// 需要压缩字符串 5 /// 结果 6 public static string Compression(string value) 7 { 8 byte[] data = Encoding... 阅读全文
posted @ 2016-05-19 15:00 刘小吉 阅读(1958) 评论(0) 推荐(0)