9-jmeter解决中文乱码问题


解决方法:修改配置文件jmeter.properties
文件地址:E:\apache-jmeter-5.1.1\bin\jmeter.properties

打开文件找到1085行,sampleresult.default.encoding=ISO-8859-1修改为sampleresult.default.encoding=UTF-8

 保存,重启jmeter查看返回中文信息

相关