摘要: public static string ObjectToJson(IList IL, params string[] args) { var Json = new StringBuilder(); Json.Append("[")... 阅读全文
posted @ 2015-07-25 10:19 domo 阅读(616) 评论(1) 推荐(0)