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

浙公网安备 33010602011771号