If you console.log() props, you can see that it's an object with a title property. function Header(props) { console.log(props) // { title: "React ...
確定! 回上一頁