JavaScriptSerializer json = new JavaScriptSerializer(); json.MaxJsonLength = Int32.MaxValue; return json.Serialize(lst);
上面的代码可以解决
lst为传出的数据