let url = '/static/db.json'; axios.get(url).then((response) => { this.posts = response.data; console.log(this.posts); }).catch(error => {
確定! 回上一頁