摘要: fetch("/") .then(response => response.json()) .then(json => { this.restaurants = json; console.log(this.restaurants.length) }) 阅读全文
posted @ 2019-03-29 22:09 芋头猪爸爸 阅读(240) 评论(0) 推荐(0)
我的主页