会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
前端填坑之旅
博客园
首页
新随笔
联系
订阅
管理
2019年6月29日
react中获取输入框中值的两种方式——受控组件和非受控组件
摘要: import React, {Component} from 'react'; class Home extends Component { constructor(props) { super(props) this.state = { value: '' } this.input = React...
阅读全文
posted @ 2019-06-29 17:22 陈小作
阅读(4317)
评论(1)
推荐(1)
编辑
公告