标签: java api request
我要检查请求正文是否包含整数值?
示例请求正文:
{ "testint":0, "xxx":"yy" } { "xxx":"yy" }
如何检查请求正文中是否存在“ testint”