🌈 搜索
📅  最后修改于: 2022-03-11 15:04:19.995000             🧑  作者: Mango
const array1 = ['a', 'b', 'c']; array1.forEach(element => console.log(element));