12 2015 档案
一个好用的C#类型转换器
摘要:public static object ChangeType(object value, Type targetType) { if (targetType.IsGenericType && targetType.GetG... 阅读全文
posted @ 2015-12-30 19:54 风灵ARCHER 阅读(1524) 评论(0) 推荐(0)