摘要:
public class CGZipUtil { /// /// 解压 /// /// /// public static DataSet GetDatasetByString(string Value) { DataSet ds = new DataSet(); string CC = GZipDecompressString(Value); System.IO.StringReader Sr = new S... 阅读全文
posted @ 2013-12-10 17:12
大脸
阅读(9943)
评论(0)
推荐(2)

浙公网安备 33010602011771号