如果你想查看更多 Jmeter 常用函数可以在这篇文章找找哦

​https://blog.51cto.com/u_12020737​​作用

读取给定字符串的长度

 

语法格式



${__strLen(123456,)}


 

参数讲解

Jmeter 常用函数(14)- 详解 __strLen_jmeter

 

小栗子



${__strLen(123456,)}


最终返回 6

 



${__strLen(${START.MS},)}


返回毫秒时间戳的长度,13