1、安装 npm install immutable 2、在reducer.js中引入immutable.js的 import {fromJS} from 'immutable' fromJS方法。 3、将原有的js数据对象改变为immutable对象。
確定! 回上一頁