🌈 搜索
📅  最后修改于: 2022-03-11 15:01:00.829000             🧑  作者: Mango
for (index, object) in list.enumerated() { print("Item at \(index): \(object)") }