Maps : chapter “Maps” of “JavaScript for impatient programmers” ... function jsonToMap(jsonStr) { return new Map(JSON.parse(jsonStr)); }.
確定! 回上一頁