1. 首页
  2. 大数据
  3. Hbase
  4. React中this丢失的四种解决方法

React中this丢失的四种解决方法

上传者: 2020-12-03 05:46:22上传 PDF文件 40.89KB 热度 4次
发现问题 我们在给一个dom元素绑定方法的时候,例如: <input type="text" ref="myinput" accept = "image/*" onChange = {this.selectFile} /> React组件中不能获取refs的值,页面报错提示:Uncaught TypeError: Cannot read property 'refs' of null or undefind 小栗子 import React from 'react'; import $ from 'jquery' import '../app.scss'; export d
用户评论