摘要: /** * 使用org.apache.commons.beanutils进行转换 */ class A { public static Object mapToObject(Map map, Class beanClass) throws Exception { if (map == null) retur... 阅读全文
posted @ 2018-01-22 12:42 飞叶-枯寂 阅读(276) 评论(0) 推荐(0) 编辑