12 2014 档案
摘要:/// /// 递归获取文件夹目录下文件 /// /// 需要递归遍历的文件夹 /// 遍历规则『委托』 public static void LoopFolder(string pathName, Action fileRule) { if (string.IsNullOrEmpty(path...
阅读全文
摘要:前台调用方法: bool result =false; if (result) new MessageBox(Page).ShowAndJump("添加成功!", "List.aspx"); else new MessageBox(this.Page).Show("添加失败!");弹出提示框包含增...
阅读全文

浙公网安备 33010602011771号