JSONPath方式断言 { "success": true, "errCode": null, "errMessage": null, "statDate":"6月28日", "data": [ { "name": "人口", "value": "1", "unit": "万人", "rateName": "", "rateValue": null, "statDateStr": "截至6月27日", "dataSource": "百度", "detailFlag": false, } ], "notEmpty": true, "empty": false } JSON取数据(页面点击) 手工写入: . s u c c e s s 、 .success、 .success、.data[0].value、$.data[-1].value 正则断言 正整数:\d+$、正浮点数:^\d+(\.\d+)?$、浮点数:(\+|\-)?\d+(\.\d+)?$ beanshell脚本断言 beanshell中获取系统变量 // 外部定义 cur_date变量为”6月28日“ String app_date = "6月28日"; if(app_date.equals("${cur_date}")){ log.info(app_date_str);