react入門—08react表單

1.簡介 2.實例  受控組件的寫法 import React from 'react' class CommentBox extends React.Component{ constructor(props){ super(props) this.state = { value: '' } this
相關文章
相關標籤/搜索