1.在线程组下面添加http测试时可以将乱码改为utf-8 2.可以修改jemeter软件中的jemeter.properties中的编码 3.可以在线程组中创建BeanShell postProcessor中添加prev.setDataEncoding("utf-8")