jmeter使用BeanShell Sampler拼接json打印单引号,遇到如下问题
jmeter吧
全部回复
仅看楼主
level 1
爱哭的yonyou
楼主
我用的
String danjsonString = JSONObject.toJSONString(arrayList,SerializerFeature.UseSingleQuotes);
运行提示:not found in class'com.alibaba.fastjson.JSONObject'
2018年08月31日 06点08分
1
level 1
snoopy_ahui
缺少jar包,需要下载方法对应的jar包
2018年09月19日 07点09分
2
1