摘要:
function createReducer(initialState, handlers) { return function reducer(state = initialState, action) { if (handlers.hasOwnProperty(action.type)) { return handlers[action.typ... 阅读全文
posted @ 2018-08-22 11:51
Nyan
阅读(198)
评论(0)
推荐(0)

浙公网安备 33010602011771号