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才会生效
原文地址:https://www.cnblogs.com/woaixihongshi/p/12582256.html
时间: 2024-10-24 20:22:17