摘要:
/// /// 获取get过来的数据 /// /// /// private static NameValueCollection GETInput(System.Web.UI.Page page) { return page.Reque... 阅读全文
摘要:
/// /// 获取post过来的数据 /// /// /// private static string PostInput(System.Web.UI.Page page) { try { System... 阅读全文
摘要:
/// /// 判断目录是否存在不存在则创建 /// /// private static void ExitOrCreate(string Path) { if (!Directory.Exists(Path)) { ... 阅读全文