class TodoList extends React.Component{ constructor(props){ super(props) } render(){ //這裡一樣用map把陣列中每個元素都找出來let lists = this.props.
確定! 回上一頁