摘要: 1.ClientScript.RegisterStartupScript(GetType(),"message","");2.HttpContext.Current.Response.Write("");3.public static void Show(System.Web.UI.Page page, string msg) { page.ClientScript.RegisterStartupScript(page.GetType(), "message", ""); } Show(this 阅读全文