在Jmeter安装目录下 bin/jmeter.properties中,查找到sampleresult.default.encoding=ISO-8859-1,将ISO-8859-1更改为UTF-8,即sampleresult.default.encoding=UTF-8。
注:1、将语句前面的注释符号 # 去掉;
2、修改配置后,需要重启Jmeter才能生效。
在Jmeter安装目录下 bin/jmeter.properties中,查找到sampleresult.default.encoding=ISO-8859-1,将ISO-8859-1更改为UTF-8,即sampleresult.default.encoding=UTF-8。
注:1、将语句前面的注释符号 # 去掉;
2、修改配置后,需要重启Jmeter才能生效。