aspx页面中写弹框的代码

来源:互联网 发布:bilibili知乎账号 编辑:程序博客网 时间:2024/05/09 19:42


 string key = Guid.NewGuid().ToString();

       this.ClientScript.RegisterStartupScript(this.GetType(), key,

               string.Format("alert(\"{0}\");","注册成功"),true);

0 0