react中fetch請求

1.首先在cmd中下載:react npm install whatwg-fetch 2.在react中引入git import React, { Component } from 'react' import 'whatwg-fetch' 3.請求數據github fetch('https://api.github.com/users/chrissycoyier/repos') .th
相關文章
相關標籤/搜索