react16 ref 自適應寬高

class Card extends React.Component { constructor(props) { super(props); this.state = { width: props.width || -1, height: props.height || -1, } } componentDidMount() {
相關文章
相關標籤/搜索