//将数据解析成json格式 var data=JSON.parse(responseBody); //获取totalRentPrice值 var totalRentPrice=jsonData.data.totalRentPrice; //设置totalRentPrice成环境变量 pm.environment.set("totalRentPrice", totalRentPrice);
Given a circular array (the next element of the last element is the first element of the array), print the Next Greater Number for every element. The Next Greater Number of a number x is the first greater number to its traversing-order next in the ar