摘要: 1、页面后台代码添加如下属性: /// <summary> /// 总数 /// </summary> private double total { set { Session["DPMS.POP.POP_ExcelLeadIn_total"] = value; } get { if (Sessio 阅读全文
posted @ 2016-06-01 17:48 0611163 阅读(2698) 评论(3) 推荐(1)