摘要:
1、—————————————————————————————————————————————————————————————— import net.sf.json.JSONObject; String json = "{\"name\":\"lss\"}"; ... 阅读全文
摘要:
1. //把Map<String,Object> 对象列表转换为javaBean对象 BeanUtils.populate(exhibitions, map); // 引入相应的包 //json-lib-2.2-jdk15.jar import net.sf.json.JSONArray; impo 阅读全文