Jmeter BeanShell 引用变量报错jmeter.util.BeanShellInterpreter: Error invoking bsh method: eval Parse error
https://www.cnblogs.com/AmilyWilly/p/7079852.html在BeenShell中引用外部参数需要以String类型的方式引用:例如:"${user}"(ps需要加上双引号)log.info("rose============:"+"${__P(appid,)}" );...