📅  最后修改于: 2022-03-11 15:01:59.060000             🧑  作者: Mango
const ExampleComponent = (props) => {
const [stateVariable, setStateVariable] = useState('');
return (
This is a function component view
)
}