Component { render() { return ( <table> <tr> <Columns /> </tr> </table> ); } }. 為了使render 出來的HTML 是有效的, <Columns /> 需要回傳多個 <td> element。
確定! 回上一頁