码迷,mamicode.com
首页 > 其他好文 > 详细

fetch

时间:2019-03-29 22:21:48      阅读:131      评论:0      收藏:0      [点我收藏+]

标签:bsp   his   The   length   round   isp   stat   ant   content   


fetch("/")
  .then(response => response.json())
  .then(json => {
    this.restaurants = json;
    console.log(this.restaurants.length)
  })

 

 

fetch

标签:bsp   his   The   length   round   isp   stat   ant   content   

原文地址:https://www.cnblogs.com/wangpeili/p/10624541.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!