Struts2 怎么获得前台传来json中的 map。
Struts2 怎么获得前台传来json中的 map。
日期:2016-02-21 10:01:10 人气:1
使用gson 没 有的话 去下个 json和java互相转换的神器
Map retMap = gson.fromJson(s,
new TypeToken>() {
}.getType());
Struts2 怎么获得前台传来json中的 map。