首先要继承 System.Web.SessionState.IReadOnlySessionState 的接口 其中:System.Web.SessionState.IReadOnlySessionState为只读会话的接口 而:System.Web.SessionState.IRequiresSessionState 为可读可写会话的接口, using System;using S
html 代码 var content = window.location.href; var ori = content.split('?') console.log(ori[1]) GetJsonByUrl2("getData_stock2.ashx?workline=" + ori[1], get_html); $.ajax({ type: "post",