摘要: TodoList.js import React, { Component } from 'react' import {Input,Button,List} from 'antd' import store from './store'; class TodoList extends Compon 阅读全文
posted @ 2022-06-20 23:53 SimoonJia 阅读(45) 评论(0) 推荐(0) 编辑
摘要: constructor(props){ super(props) this.state=store.getState() this.changeInputValue=this.changeInputValue.bind(this) this.storeChange=this.storeChange. 阅读全文
posted @ 2022-06-20 19:55 SimoonJia 阅读(195) 评论(0) 推荐(0) 编辑