1、Jmeter HTTP请求中Parameter中输入参数时,路径中不需要填写“?”
例如:请求的链接:/api/v1/flow/template/?category=3&list_type=1&no_pagination=1
在HTTP请求中可以写为,如下如所示
2、正则表达式"["前面要加“\”
3、请求的路径中含有汉字的处理方法