摘要:
public string ObjectToJson(string jsonName, IList IL) { StringBuilder Json = new StringBuilder(); Json.Append("{\"" + jsonName + "\":["); if (IL.Count > 0) { for (int i = 0; i (); Type type = obj.GetType(); PropertyInfo[] pi... 阅读全文
posted @ 2013-06-28 09:42
风暴烈酒辰
阅读(203)
评论(0)
推荐(0)
浙公网安备 33010602011771号