若是你想查看更多 Jmeter 经常使用函数能够在这篇文章找找哦html
https://www.cnblogs.com/poloyy/p/13291704.htm函数
从字符串中获取指定范围的子串spa
${__substring(12314124,2,5,)}
字段 | 含义 | 是否必传 |
---|---|---|
String | 须要获取子串的字符串 | yes |
Begin Index | 开始索引,首位是 0 | yes |
End Index | 结束索引,不包括 | yes |
Variable Name | 引用变量名 | no |
${__substring(012345678,2,4,)}
${__substring(01234,0,5,)}