62,272
社区成员
发帖
与我相关
我的任务
分享
public class Alert
{
public static void show(System.Web.UI.Page page,string mes)
{
.ClientScript.RegisterClientScriptBlock(this.GetType(), "errorlogin", "<script>alert(\""+mes+"\");</script>");
}
}
show(this,"fuck");