react 处理fetch网络请求
1、通过node.js搭建服务器,且必须有跨域请求2、php搭建的不行,估计是跨域的问题3、在页面渲染后的componentDidMount()生命周期函数中发送请求代码示例:react.js文件import React ,{Component}from 'react';import User from './user'class App extends React.Compon...