const array = ['hello', 'world', 'of', 'Corona']; for (const item of array) { console.log(item); }
確定! 回上一頁