JmeterJmeter实战经验软件测试学习之路

Jmeter察看结果树-响应数据,中文显示乱码问题处理

2017-09-27  本文已影响45人  乘风破浪的姐姐

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

上一篇 下一篇

猜你喜欢

热点阅读