1 个回答

这是es6的箭头函数,等价于
function(state) {

return  state. count;

}

只是写法上简化了

推荐问题