public static object GetPropValue(object src, string propName) { return src.GetType().GetProperty(propName).GetValue(src, null); }.
確定! 回上一頁