摘要: redux使用 1 <script type="text/babel"> 2 var Counter=React.createClass({ 3 4 incrementIfOdd:function(){ 5 if (this.props.value % 2 !== 0) { 6 this.props 阅读全文
posted @ 2016-09-18 23:33 向_日_葵 阅读(514) 评论(0) 推荐(0) 编辑