jmeter正则表达式提取多个值

1.返回的数据截图,需要获取customerId、customerName的值

2.把jmeter查看结果树返回的数据放在 Regester,
正则表达式写 : "customerId":"(.+?)","customerName":"(.+?)","customerType"

匹配数字(0代表随机): -1
一共得到7个结果

提取结果:

3. 引用

原文地址:https://www.cnblogs.com/lci05/p/11276283.html