摘要: http://caibaojian.com/react/usage-with-react.html 阅读全文
posted @ 2018-06-04 08:35 winyh 阅读(236) 评论(0) 推荐(0) 编辑
摘要: import React, { Component } from 'react'; import { render } from 'react-dom'; class GroceryList extends Component { handleClick(i) { console.log('You clicked: ' + this.props.items[i]); } ... 阅读全文
posted @ 2018-06-04 08:23 winyh 阅读(1516) 评论(0) 推荐(0) 编辑