jmeter察看结果树—响应数据中的中文显示乱码的问题:
打开文件:jmeterinjmeter.properties
原始内容:
默认编码为:ISO-8859-1
# The encoding to be used if none is provided (default ISO-8859-1)
#sampleresult.default.encoding=ISO-8859-1
修改为:
sampleresult.default.encoding=utf-8
修改配置后,要重启jmeter才会生效