正文jmeter正则表达式提取多个值IP云V管理员/2022-06-22/6 阅读 06/22提示:扫一扫查出行【扫一扫了解最新限行尾号】复制提示 1.返回的数据截图,需要获取customerId、customerName的值2.把jmeter查看结果树返回的数据放在 Regester,正则表达式写 : "customerId":"(.+?)","customerName":"(.+?)","customerType"匹配数字(0代表随机): -1一共得到7个结果提取结果:3. 引用