转载jmeter处理响应结果中文乱码

原文转载自:http://www.cnblogs.com/qiaoyeye/,作者:乔叶叶

****************************************************************************************************************************

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

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

posted @ 2018-10-25 13:45  远景style  阅读(134)  评论(0编辑  收藏  举报