jmeter beanshell 数字转字符串补零
http://localhost:7000/?id=${__counter(FALSE,eIndex)}&p=prefix${__BeanShell(333+${eIndex})}sufix
http://localhost:7000/?id=${__BeanShell(String.format("%03d"\,new Object[]{1}))}
#逗号用反斜杠转换
#参数传Object数组
http://localhost:7000/?id=${__counter(FALSE,eIndex)}&p=prefix${__BeanShell(333+${eIndex})}sufix
http://localhost:7000/?id=${__BeanShell(String.format("%03d"\,new Object[]{1}))}
#逗号用反斜杠转换
#参数传Object数组