📜  功能组件 - 任何代码示例

📅  最后修改于: 2022-03-11 14:57:52.100000             🧑  作者: Mango

代码示例2
const MySubComponent = (props) => {
    if (props.display) {
        return 

This text is displayed

} } class MyComponent extends React.Component { render() { return ( ) } }