Jmeter察看结果树-响应数据,中文显示乱码问题处理
解决方案:
修改jmeter\bin\jmeter.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察看结果树-响应数据,中文显示乱码问题处理
解决方案:
修改jmeter\bin\jmeter.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