随笔分类 -  文件的操作

摘要:public class DownloadTest : IHttpHandler { public void ProcessRequest(HttpContext context) { string f1 = context.Request["... 阅读全文
posted @ 2015-08-31 14:04 乔安生 阅读(236) 评论(0) 推荐(0)
摘要:using System;using System.Collections.Generic;using System.Diagnostics;using System.IO;using System.Linq;using System.Web;using Tsingda.NewLearningBar... 阅读全文
posted @ 2015-08-26 09:27 乔安生