yarn add immutable $ npm i -S immutable const { Map } = require('immutable'); const map1 = Map({ a: 1, b: 2, c: 3 }); const map2 ...
確定! 回上一頁