jmeter查看结果树响应数据乱码问题解决办法

1、添加后置处理器中的BeanShell PostProcessor

2、在处理中输入prev.setDataEncoding("UTF-8");

猜你喜欢

转载自www.cnblogs.com/swlip/p/12089229.html