若是你想查看更多 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,)}