摘要: public JsonResult PoundageReportSearch() { JsonResult jr = new JsonResult();// 实例化JsonResult jr.MaxJsonLength = int.MaxValue;// 设置要转化的json长度 ... 阅读全文
posted @ 2015-12-21 16:09 李大飞 阅读(644) 评论(0) 推荐(0)