📜  在 swift 代码示例中打印一个数组

📅  最后修改于: 2022-03-11 15:01:01.234000             🧑  作者: Mango

代码示例1
for element in array {
  println(element)
}