Type type = peixunniandu.GetType(); //获取类型
System.Reflection.PropertyInfo propertyInfo = type.GetProperty(n); //获取指定名称的属性
propertyInfo.SetValue(peixunniandu, Convert.ToSingle(dtnew.Rows[0]["学分"]), null); //给对应属性赋值