JFinal 3.2 如何获取前端post的json数组

@JFinal JFinal 3.2 如何获取前端post的json数组

前端json数组

[{"id":36,"nums":1},{"id":35,"nums":2}]

控制器中使用

String x = HttpKit.readData(getRequest());
JSONObject json = FastJson.getJson().parse(x, JSONObject.class);
System.out.println(json.toJSONString());

提示

com.alibaba.fastjson.JSONException: syntax error, expect {, actual int, pos 1, json : 0[id]=36&0[nums]=1&1[id]=35&1[nums]=2


评论区

peterpeter

2017-10-31 15:09

JSONArray arrayPages = JSON.parseArray(getPara("ddd")); 我是这样接,然后 for(int iA=0;iA

饺子包

2018-01-26 11:05

现在我也是这种情况,根本不知道如何获取前台传过来的josn数组

热门反馈

扫码入社