jmeter处理响应结果中文乱码

1. 在线程下面添加后置处理器BeanShell PostProcessor,增加script:prev.setDataEncoding("UTF-8");

2. 在jmeter.properties中修改:sampleresult.default.encoding=UTF-8

posted on 2017-06-01 11:47  乔叶叶  阅读(369)  评论(0)    收藏  举报

导航