If duplicate keys exist, the last value wins. _.object(['moe', 'larry', 'curly'], [30, 40, 50]); => {moe: 30, ...
確定! 回上一頁