C# 调用js 方法:
this.Page.ClientScript.RegisterStartupScript(this.Page.GetType(), "", "<script>jqcqall();</script>");
js调用C#方法:
1:使用<%=C#方法=%>
2:在异步时使用 PageMethods,如果出现PageMethods未定义:<asp:ScriptManager ID="ScriptManager1" runat="server" EnablePageMethods="true">