1. 首页
  2. 数据库
  3. 其它
  4. React学习3.事件绑定传值

React学习3.事件绑定传值

上传者: 2021-01-17 02:03:00上传 PDF文件 23.41KB 热度 10次
import React, { Component } from 'react'; import '../assets/test.less' // 数据绑定 事件 class Home extends Component { constructor(props) { super(props); this.state = { msg: '我是state里的msg~~~~', message: '我是state里的message', name: '我是state里的name',
用户评论