ID; console.log(id); return Axios.get('NOTSHOWINGMYIP/book', {params: {id: id}}) .then((response) => { this.setState({ data: response.data, ...
確定! 回上一頁