若是你想查看更多 Jmeter 经常使用函数能够在这篇文章找找哦html
http://www.javashuo.com/article/p-nprqihsm-nd.html函数
返回各类格式的当前时间spa
${__time(yyyy-MM-dd, Var)}
字段 | 含义 | 是否必传 |
---|---|---|
Format | 时间格式,默认返回当前时间的毫秒 | no |
Variable Name | 引用变量名 | no |
${__time(YMD,)}
20200715线程
${__time(YMDHMS,)}
20200715-103559code
${__time(yyyy-MM-dd HH:mm:ss,)}
2020-07-15 10:40:27orm
能够不传格式,就会返回毫秒哦,就是咱们常说的时间戳,还能 /1000 来换取秒htm