public static void main(String[] args) throws ClassNotFoundException, IllegalArgumentException, IllegalAccessException, InstantiationException {
		Class<?> obj = Class.forName("com.roiland.oa.persistence.gen.model.Funnel");
		Funnel funnel=new Funnel();//MODEL
		Field[] f =obj.getDeclaredFields();
		for (Field field :f) {
			field.setAccessible(true);  
			System.out.println(field.getName()+":"+field.get(obj.newInstance()));  //get titleName:value
		}
	}
最近下载更多
日久生情  LV19 2018年1月23日
yunboy  LV10 2017年7月25日
Space  LV29 2014年1月20日
东东  LV8 2013年8月14日
大明  LV8 2013年8月14日
安博  LV10 2013年8月4日
起个名,,,难  LV10 2013年8月4日
quanlingyu  LV10 2013年8月4日
矿物质水  LV10 2013年8月4日
最近浏览更多
小小123123  LV1 2020年11月17日
东风风神对皮肤三等奖  LV1 2020年2月19日
Gyq灬ming  LV11 2019年9月11日
1WF2345689 WF  LV9 2019年4月8日
tjtest  LV1 2018年11月5日
fly666  LV11 2018年9月27日
哈哈哈哈123  LV9 2018年9月25日
w5475495 2018年8月8日
暂无贡献等级
niezhongbing 2018年7月30日
暂无贡献等级
chen82757812 2018年6月4日
暂无贡献等级
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友