标签:bsp his The length round isp stat ant content
fetch("/")
.then(response => response.json())
.then(json => {
this.restaurants = json;
console.log(this.restaurants.length)
})
标签:bsp his The length round isp stat ant content
原文地址:https://www.cnblogs.com/wangpeili/p/10624541.html