@param {Object} obj; * @return {Map}; */; mapObject: function(obj) {; return new Map(Object.entries(obj));; },; /**; * Return a two-way Map that maps each ...
確定! 回上一頁