【发布时间】:2021-01-08 11:09:17
【问题描述】:
{"result":{"moreRows":0,"resourceList":[204030,201319,178141,201926,204013,178148,178173,178174,178175,178177,165789,178181,178186,178187,178188,178189,178190,178193,178207,178208,178209,178216,178219,178222,178223,178225,202682,201729,204031,204014,201848,202493,204010,204012,204011,202018,201815,204015,204032]}
我尝试过使用正则表达式提取器"resourceList":\[(.*?)]},",但它给出了所有值,例如:
204030,201319,178141,201926,204013,178148,178173,178174,178175,178177,165789,178181,178186,178187,178188,178189,178190,178193,178207,178208,178209,178216,178219,178222,178223,178225,202682,201729,204031,204014,201848,202493,204010,204012,204011,202018,201815,204015,204032
我正在寻找的内容如下: 资源列表_1=204030 资源列表_2=201319 . . . . .etc
对此有什么帮助吗?
【问题讨论】:
标签: regex jmeter performance-testing json-extract