运行jmeter,响应数据中文乱码问题解决办法
Jmeter安装目录/bin/jmeter.properties中sampleresult.default.encoding默认为ISO-8859-1,将参数修改为
sampleresult.default.encoding=utf-8 即可,需去掉前面的注释符#