jmeter获取日期时间

1、获取当前时间 ${__time(yyyy-MM-dd,)} 2、获取当前周周一时间 ${__javaScript((new Date()).getFullYear()+'-'+ ((new Date()).getMonth()+1<10?"0"+((new Date()).getMonth()+1):((new Date()).getMonth()+1)) + '-' +((((new Dat
相关文章
相关标签/搜索