zoukankan      html  css  js  c++  java
  • 页面终止程序PromptHelper.cs

    using System.Text;
    using System.Web;

    namespace HiDr_02.Helpers
    {
        
    /// <summary>
        
    /// 程序终止类
        
    /// </summary>

        public class PromptHelper
        
    {
            
    Response.Write  private void Echo(string s)

            
    end private void End()

            
    alert javascript

            
    stop public virtual void Throw(string message)

            
    输出指定的提示信息 public virtual void Throw(string message, string title, string links, string autojump, bool showback)

            
    //------- template -------------------------------------------------------
            页面终止页面模板 public virtual string template

        }

    }
  • 相关阅读:
    Tair分布式key/value存储
    Ehcache详细解读
    专访阿里中间件高级专家沈询
    boost之词法解析器spirit
    快速部署Python应用:Nginx+uWSGI配置详解
    CMake如何执行shell命令
    show engine innodb status 详解
    HTTP Request header
    json python api
    mysql 索引对于select速度提升作用实验
  • 原文地址:https://www.cnblogs.com/zq535228/p/1023861.html
Copyright © 2011-2022 走看看