pm.test( "your test name",function() { var JSONDate = pm.response.JSON(); pm.expect(JSONDate.value).to.eql(100) 注意:JSONDate.value中value可以换成count、start等json的键});