react学习(5)

1:受控表单绑定
概念:使用react组件的状态(useState)控制表单的状态。

react学习(5)
image.png
const [value,setValue] = useState('');
setValue(e.target.value)} />

2: react中获取dom(非受控的方式)
(1):使用useRef生成ref对象,绑定到dom身上。
(2):dom可用时,通过ref.current获取dom。

const inputRef = useRef(null);

//console.log(inputRef.current.value);
其他

react学习(4)

2024-12-9 10:40:04

其他

react学习(10)

2024-12-9 10:40:08

0 条回复 A文章作者 M管理员
    暂无讨论,说说你的看法吧
个人中心
购物车
优惠劵
搜索