Example #1
0
 /// <summary>
 /// 系统自定义提示
 /// </summary>
 public static void DamicAlert()
 {
     Jscript.AlertAndRedirectJstr("您访问的数据不存在!", "window.history.go(-1);");
 }