六十一、Postmen 使用教程以及json提取

首先安装,双击  

六十一、Postmen 使用教程以及json提取

 

 

 选择谷歌进入不用注册,新建项目

六十一、Postmen 使用教程以及json提取

 

 

六十一、Postmen 使用教程以及json提取

 

六十一、Postmen 使用教程以及json提取

 

 

 六十一、Postmen 使用教程以及json提取

 

 

json提取要用到Javascript代码

举例如果我们要取响应数据的id的话

var jsonData = pm.response.json();

//从响应数据提取出reason

var id = jsonData.data.id;
console.log(id)

六十一、Postmen 使用教程以及json提取

 

 

 六十一、Postmen 使用教程以及json提取

 

 六十一、Postmen 使用教程以及json提取

 

上一篇:Pygame游戏开发入门(1)-开发框架


下一篇:前端基础学习--CSS3创建简单的网页动画 – 实现弹跳球动