1.ClientScript.RegisterStartupScript(GetType(),”message”,”[removed]alert(‘第一种方式,无白屏!’);[removed]”); 2.HttpContext.Current.Response.Write(“[removed]alert(‘第二种方式,有白屏!’)[removed]”); 3.public static void Show(System.Web.UI.Page page, string msg) { page.ClientScript.RegisterStar