postman使用当前时间戳

//设置当前时间戳
postman.setGlobalVariable(“time”,Math.round(new Date().getTime()));
time = postman.getGlobalVariable(‘time’)

原文地址:https://www.cnblogs.com/lxs1314/p/11385269.html