标签:
object app = new
{
name = "hyt",
age = 18
};
Type t = app.GetType();
var name = t.GetType().GetField("name").GetValue(app);
标签:
原文地址:http://www.cnblogs.com/ytup/p/5756173.html