← 返回教程列表⚛️ React 教程组件与JSX▶ 运行代码function Welcome(props) { return Hello, {props.name}; } function App() { return ; }← 上一章:React 简介下一章:Hooks →