Copy class FlipCard extends React.Component { handleClick() {//from www .d e m o 2 s . co m this.refs.Card.classList.toggle("backCard"); this.refs.Card.
確定! 回上一頁