@ApiOperation("test222ces")
@RequestMapping("test222")
public void test222(@RequestBody String str) {
String text ="{\"token\":\"1111\",\"content-type\":\"application/json\",\"id\":\"123123123123123\"}";
JSONObject jsonObject = JSONObject.parseObject(text);
System.out.println(jsonObject);
for (Map.Entry<String, Object> stringObjectEntry : Set()) {
String key = Key();
Object value = Value();
System.out.println(key+"----"+value);
}
}
js获取json的key和value通过调⽤该接⼝,即可输出以下结果:
{"content-type":"application/json","id":"123123123123123","token":"1111"}
content-type----application/json
id----123123123123123
token----1111
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。
发表评论