How to use map() with a React functional component. function App() { return ( <ul> {people.map(person => { return ( <li key={person.id} ...
確定! 回上一頁