摘要: useReducer 参数 1:reducer 函数,参数2:state的初始值。reducer函数接受两个参数 state、 action 。返回一个新的state 和 dispath,dispatch用来发布事件更新 state。 下面的例子中,父组件定义state、dispatch,通过Con 阅读全文
posted @ 2022-03-05 14:48 梁涛999 阅读(241) 评论(0) 推荐(0) 编辑
摘要: 想要实现下面的效果,用flex搞不定,如果有其他方法,可以留言。 用float就比较简单了 div { width: 600px; height: 280px; background: #CCCCCC; } img { width: 100px; height: 70px; float: left; 阅读全文
posted @ 2022-03-05 14:26 梁涛999 阅读(46) 评论(0) 推荐(0) 编辑