1、先改脚本里面的 content encoding为utf-8 然后response为utf-8

解决jmeter乱码问题(改配置文件)

2、如果以上还是不可以,那就改配置文件jmeter.properties,里面的sampleresult.default.encoding=    以前这里是注释掉的,默认是ISO-8859-1,把这个改成

如下,同时取消注释。然后保存,重启jmeter  问题完美解决。如果第二天再次打开jmeter的时候还是乱码,请重复以上步骤!

The encoding to be used if none is provided (default ISO-8859-1)

sampleresult.default.encoding=utf-8

解决jmeter乱码问题(改配置文件)

 

 解决jmeter乱码问题(改配置文件)

 

相关文章:

  • 2022-12-23
  • 2021-07-05
  • 2021-06-08
  • 2021-11-20
  • 2021-10-13
  • 2022-01-14
  • 2021-07-24
  • 2021-08-03
猜你喜欢
  • 2021-04-09
  • 2021-07-22
  • 2021-08-14
  • 2022-01-14
  • 2021-10-09
  • 2022-12-23
  • 2021-05-23
相关资源
相似解决方案