jmeter处理响应结果中文乱码

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

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

猜你喜欢

转载自www.cnblogs.com/sunyale/p/11206933.html
今日推荐