摘要: using System;using System.Collections.Generic;using System.Data;using System.Reflection;using System.Text; public class Helper<T> where T : new() { // 阅读全文
posted @ 2017-07-05 15:39 奋斗的大鹏 阅读(286) 评论(0) 推荐(0) 编辑
摘要: #region ToJson /// <summary> /// 生成压缩的json 字符串 /// </summary> /// <param name="obj">生成json的对象</param> public static string ToJson(object obj) { return 阅读全文
posted @ 2017-07-05 15:37 奋斗的大鹏 阅读(532) 评论(0) 推荐(0) 编辑