01 2014 档案
摘要:1、json字符串拼接: json格式:var aa={"name":"john",“age”:“26”}; 处理程序ashx--查询结果dataset: jsontext = "{" + "\"title\":\"" + ds.Tables[0].Rows[0]["title"] + "\", \"content\":\"" + ds.Tables[0].Rows[0]["content&quo
阅读全文
摘要:必须继承IRequiresSessionState写context.Session[“key”]="aaa";读取if(Session[DTKeys.SESSION_CODE] != null){string aa=Session[DTKeys.SESSION_CODE].ToString();}
阅读全文
浙公网安备 33010602011771号