And lets turn the code into a Swift function, too. func find(value searchValue: String, in array: [String]) -> Int? { for (index, value) in ...
確定! 回上一頁