public static object CreateReflect( Type type) {
return Activator.CreateInstance(type);
}
利用反射创建对象,待补充....
原文:https://www.cnblogs.com/kingsmart/p/13501421.html