ReflectUtil反射工具類2

public class ReflectUtil { /* *獲取字段的值 *o 類對象 *fieldName 字段名稱 */ public static Object getValueByFieldName(Object o,String fieldName) throws Exception { return getValueByFieldName(o.get
相關文章
相關標籤/搜索