发布网友 发布时间:2022-04-24 14:30
共2个回答
热心网友 时间:2022-05-01 20:16
使用gson 没 有的话 去下个 json和java互相转换的神器
Map<Point, String> retMap = gson.fromJson(s,
new TypeToken<Map<Point, String>>() {
}.getType());
热心网友 时间:2022-05-01 21:34
ActionContext ac = ActionContext.getContext();
Map request = (Map) ac.get("request");
request.put("pageNow", 1);