class Card extends React.Component{ constructor(props){ super(props); } render(){ return( <div className="main-container"> <h2>Title of the card</h2> </div> ) ...
確定! 回上一頁