摘要: 【【【【C#压缩文件】】】】方法1: //【filepath想要压缩文件的地址】 //【zippath输出压缩文件的地址】 private void GetFileToZip(string filepath,string zippath) { FileStrea... 阅读全文
posted @ 2014-05-13 15:27 慧由心生 阅读(311) 评论(0) 推荐(1)