摘要:
利用System.IO.Compression 压缩,解压文件网上能搜索到很多文档了, 但对字符串直接压缩还是很少, 这种压缩还是在webservice返回大量数据时还是用用途的看code吧:using System.Text;using System.IO.Compression;public static string CompressString(string str) { byte[] b... 阅读全文
posted @ 2008-08-07 18:07
skyfei
阅读(1067)
评论(0)
推荐(0)
浙公网安备 33010602011771号