摘要: import React from 'react' class Home extends React.Component{ constructor(props){ super(props) this.state = { msg: 'Home组件中的数据' } this.getMessage = th... 阅读全文
posted @ 2019-06-25 17:26 陈小作 阅读(939) 评论(0) 推荐(0) 编辑
摘要: import React from 'react' import img from '../public/img/001.jpg' // 此时img是一个变量,在下面直接使用该变量即可引入该图片 class New extends React.Component{ constructor(props) { super(props) this.state =... 阅读全文
posted @ 2019-06-25 16:07 陈小作 阅读(1861) 评论(0) 推荐(0) 编辑