for index in 0..<array.count
{
println(array[index])
}
println 老是报错,提升 has been named to 'print',但是 fix it 之后结果只能显示一行了
把println全部改成print试试