方法一:
在配置文件中jmeter.properties中,修改 sampleresult.default.encoding的值为UTF-8,并去掉注释
重启jmeter,重新请求接口,查看结果树
方法二:
线程组添加beanshell postprocessor
输入:
prev.setDataEncoding("utf-8")
重新请求接口
Jmeter乱码
原文:https://www.cnblogs.com/starstarstar/p/9588465.html