C#后盾调用前台Js函数

C#后台调用前台Js函数//----------这里是后台调用前台JsPage.ClientScript.RegisterStartupScript(this.Ge

C#后台调用前台Js函数

//  ----------这里是后台调用前台Js                     Page.ClientScript.RegisterStartupScript(this.GetType(), "", "<script>IsHtml();</script>");