12 2020 档案
react 有多个按钮时点击单个按钮独立控制Loading
摘要:const { Button } = antd; const { PoweroffOutlined } = icons; class App extends React.Component { state = { loadings: [], }; enterLoading = index => {
React路由通信
摘要:<Router> <Switch> <Route exact path="/login" component={() => <Login get_Saved_Psw={this.get_Saved_Psw.bind(this)} />} /> </Switch> </Router>