json и все
fetchDataEventByID() {
fetch('https://localhost:8021/report/event-get-by-id?id=33075')
.then(response => response.json())
.then(data => this.setState({
${data.Count}))
.catch(error => console.log('parsing failed', error))
}
изврат
Обсуждают сегодня