function Welcome is a React Component function Welcome(props) { return <h1>Hello, {props.name}</h1>; } // can produce React Element with JSX tag const ...
確定! 回上一頁