react入门—08react表单

1.简介 2.实例  受控组件的写法 import React from 'react' class CommentBox extends React.Component{ constructor(props){ super(props) this.state = { value: '' } this
相关文章
相关标签/搜索