摘要: 1、创建TodoList组件 1 import React from 'react'; 2 3 class TodoList extends React.Component{ 4 5 //构造方法 6 constructor(props){ 7 super(props); 8 this.state 阅读全文
posted @ 2019-12-24 16:57 Ocean- 阅读(770) 评论(0) 推荐(0)