摘要:
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 阅读全文
posted @ 2013-09-10 13:20
找自己丶
阅读(1824)
评论(0)
推荐(0)
浙公网安备 33010602011771号