直接使用Array或者[String]是不能设置数组为函数参数的,要加上inout,如下:
func action(arr: inout [String]) {arr.append(test[eleNum])}