问题 jmeter压力测试报错:Non HTTP response message: Illegal character in path at index 43:请求路径 原因 请求路径中用restful风格写参数,系统识别不出来这是一个变量 解决 参数使用 ${} 形式包裹起来