function Welcome(props) { return <h1>Hello, {props.name}</h1>; } ... 就會被視為是HTML 的div 標籤,但是 <Welcome /> 則是一個component,而且需要在作用域中使用 ...
確定! 回上一頁