react16 ref 自适应宽高

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