react 接口数据放组件哪个地方_百度知道
你去好好看一下React组件生命周期这一部分。你可以在子组件添加一个componentWillRecieveProps周期,在里面获取到即将接收的props。如下: componentWillReceiveProps(...
react 接口数据放组件哪个地方? - 随意问技术百科
组件部分: class Qr extends React.Component { constructor(props) { super(props...接口数据我在constructor里面直接放state里面了,上述代码目前调试没什么多大的问题...