c# 创建压缩包并下载文件
摘要:
//DLL using ICSharpCode.SharpZipLib.Core;using ICSharpCode.SharpZipLib.Zip; public void DownloadZipFile(string id) { string zipFilePath = Property.Get 阅读全文
<!DOCTYPE html><html> <head> <title></title> <script src="js/jquery.min.js"></script> </head> <style> * { padding: 0; margin: 0; } html, body { height 阅读全文