const todoItems = todos.map((todo, index) => // 請在項目沒有固定的ID 時才這樣做 <li key={index}> {todo.text} </li> );. 我們並不建議你使用索引作為key,尤其 ...
確定! 回上一頁