class List extends React.Component {render() { return ( <div className="item"> <h4>Book Name: {this.props.name}</h4> <p>Author: {this.props.author}</p>
確定! 回上一頁