2017年6月9日

asp.net 下载文件

摘要: private void downloadFile(string path) { System.IO.Stream iStream = null; // Buffer to read 10K bytes in chunk: byte[] buffer = new Byte[10000]; ... 阅读全文

posted @ 2017-06-09 16:08 空明流光 阅读(159) 评论(0) 推荐(0)

导航