1.界面导航说明

在使用postman发送请求前,我们先来看下postman的主界面。来简单的了解下这款工具的主要功能 。

postman做接口测试02:发送第一个请求

2.发送第一个请求 

  1. 打开postman,点击+加号打开一个新的请求页。

  2. 在请求的URL中输入请求地址:http://www.weather.com.cn/data/sk/101010100.html

  3. 点击Send按钮,这时就可以在下部的窗格中看到来自服务器的json响应数据

 

postman做接口测试02:发送第一个请求

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-06-10
  • 2021-12-21
  • 2022-12-23
  • 2022-12-23
  • 2021-05-23
猜你喜欢
  • 2021-11-04
  • 2022-12-23
  • 2021-08-31
  • 2021-04-21
  • 2021-10-03
  • 2021-05-19
  • 2021-06-06
相关资源
相似解决方案