1.举例 新建HTTP请求访问百度首页,响应结果如下: 2.原因 Jmeter安装目录/bin/jmeter.properties中sampleresult.default.encoding默认为ISO-8859-1 3.解决方式 1.打开安装路径\bin\jmeter.properties文件,搜索“default.encoding”关键字,找到如下配置: # The encoding to be used if none is provided (default ISO-8859-1)#sa…