Jmeter学习中遇到问题(一):请求参数有中文,post传过去显示乱码

从网上找到的方法:
在jmeter.properties中:
sampleresult.default.encoding=ISO-8859-1 改 成 sampleresult.default.encoding=utf-8 保存后,重新Jmeter
还要注意将 sampleresult.default.encoding=ISO-8859-1 前的# 去掉

尝试了上主面的方法没有效果:
仔细查看后,在HTTP请求的Content encoding 中维护utf-8
Jmeter学习中遇到问题(一):请求参数有中文,post传过去显示乱码_第1张图片
再次尝试,执行,不会出现乱码

你可能感兴趣的:(Jmeter学习笔记)