05 2013 档案
摘要:应朋友要求写了一个反序列化JSON的东东因为系统自带Json转换方法的无法将""转换DateTime?初略写了一下有任何问题或者建议 请留言。using System;using System.Reflection.Emit;using System.Reflection;public class JSONSerialize<T>{ public JSONSerialize() { } private delegate T Delegate(string json); private static Delegate handler; public stati..
阅读全文

浙公网安备 33010602011771号