📰 最近消息
重新构造虚拟DOM我们需要为未完成的任务绑定点击事件onClick={this.handleComplete},为筛选任务按钮绑定onClick={this.handleSelect},为添加任务按钮绑定onClick={this.handleClick}render:function(){ return( <div className='warp'> <input type='text' ref='todo'/> <button onClick={this.handleClick}>'☠️'</button> <ul> { this.state.items.todos.filter(func