摘要: /// /// 获取get过来的数据 /// /// /// private static NameValueCollection GETInput(System.Web.UI.Page page) { return page.Reque... 阅读全文
posted @ 2014-12-19 17:15 @睦 阅读(1809) 评论(0) 推荐(0) 编辑
摘要: /// /// 获取post过来的数据 /// /// /// private static string PostInput(System.Web.UI.Page page) { try { System... 阅读全文
posted @ 2014-12-19 17:04 @睦 阅读(2221) 评论(0) 推荐(0) 编辑
摘要: /// /// 判断目录是否存在不存在则创建 /// /// private static void ExitOrCreate(string Path) { if (!Directory.Exists(Path)) { ... 阅读全文
posted @ 2014-12-19 17:01 @睦 阅读(1322) 评论(0) 推荐(0) 编辑