请教下大家Loadrunner要如何使用 web_reg_save_param 函数获取Json的返回值呢?我在这里想取token的值
json返回值:{"lockTime":60,"statuscode":1,"statusMsg":"","token":"2a3a52000308495a8c9d6e5f6sa5d46e5re58ds65"}
web_reg_save_param("token",
"LB=\"token\":\"",
"RB=\"",
"Ord=1",
"NotFound=ERROR",
"Search=Body",
LAST);