Newtonsoft.Json序列化字符串-格式化和时间格式问题
摘要:最近C#中需要将实体进行json序列化,使用了Newtonsoft.Json public static void TestJson() { DataTable dt = new DataTable(); dt.Columns.Add("Age", Type.GetType("System.Int3
阅读全文
posted @ 2018-10-21 19:05
posted @ 2018-10-21 19:05
posted @ 2018-10-21 19:01