action 中如何获取 ajax 中传来的json,ajax接收action传过来的json数据
先把需要的包加进来,在上篇里下面是实现代码,先记录下try{Map map = new HashMap();map.put("name","jj");map.put("age","22");JSONObject json = JSONObject.fromObject(map);//将map对象转换成json类型数据this.user = json.toString();//给user赋值,传递给...