jmeter处理响应结果中文乱码

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

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

posted @ 2019-07-18 14:29  月落无声丶  阅读(172)  评论(1编辑  收藏  举报