Given the frame at the bottom, I'm trying to display the response times of 10 GET requests without using AXIOS or any other external library

前端 未结 0 386
有刺的猬
有刺的猬 2020-12-22 07:26

My first thought is to do something similar to below

fetch(url)
.then(data=>{return data.json()})
.then(res=>{return 
(res.*timeproperty*)<
相关标签:
回答
  • 消灭零回复
提交回复
热议问题