const object = { one: '1️⃣', two: '2️⃣' }; // Using Lodash _.size(object); // 2 // Using JavaScript Object.keys(object).length; // 2.
確定! 回上一頁