Component { render() { const category = this.props.category; return ( <tr> ... 若你不確定兩者的差別,請瀏覽React 的官方文件以及FAQ:props 和state 有何不同?
確定! 回上一頁