03 2017 档案

摘要:public static T NameValuesEntity(NameValueCollection NVS) { T entity = Activator.CreateInstance(); PropertyInfo[] attrs = entity.GetType().GetProperties(); ... 阅读全文
posted @ 2017-03-20 12:43 imfrank