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

        }

    }
  • 相关阅读:
    6.1.1.1 属性类型之数据属性
    6.1 理解对象
    5.7.2.4 random() 方法
    5.7.2.3 舍入方法
    5.7.2.2 min()和max()方法
    5.7.2.1 Math对象
    5.7.1.4 window对象
    frontend2_s9_part2_fe_d48_form
    s10_part3_django_basic.md
    frontend1_s9_part2_d47_html
  • 原文地址:https://www.cnblogs.com/zq535228/p/1023861.html
Copyright © 2011-2022 走看看