2018年8月9日
摘要: jmeter中经常有返回值乱码的问题,如果在http请求中加UTF-8没有解决,那就在http请求中添加后置除了BeanShell PostProcessor 在BeanShell PostProcessor中编辑prev.setDataEncoding("UTF-8");乱码就得到了解决。 阅读全文
posted @ 2018-08-09 14:59 瓦尔登湖的鱼 阅读(514) 评论(0) 推荐(0)