const testData = Immutable.fromJS({ A: { B: { C: 'c', } } }) 现在: testData.getIn(['A', 'B', 'C']) -> undefined 预期: testData.getIn(['A' ...
確定! 回上一頁