React中的函数组件详解
摘要:
转载来自 (47条消息) React中的函数组件详解_『荼』的博客-CSDN博客_react 函数组件 1. 创建方式 // 写法一 const Hello = (props) => { return <div>{props.message}</div> } // 写法二 const Hello = 阅读全文
posted @ 2022-12-04 23:47 漫思 阅读(360) 评论(0) 推荐(0)
posted @ 2022-12-04 23:47 漫思 阅读(360) 评论(0) 推荐(0)