forEach (([key, value]) => { console.log(key, value); }); // without using destructuring syntax Object.entries(obj).forEach((entry) ...
確定! 回上一頁