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

    xiaoxiao2023-03-24  2

    从网上找到的方法: 在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 再次尝试,执行,不会出现乱码

    转载请注明原文地址: https://ju.6miu.com/read-1200213.html
    最新回复(0)