摘要: ref对象的创建 类组件 React.createRef class Index extends React.Component{ constructor(props){ super(props) this.currentDom = React.createRef(null) } component 阅读全文
posted @ 2021-12-06 09:38 webLion200 阅读(152) 评论(0) 推荐(0) 编辑