In order to return multiple values from a Swift function, we will use Tuple. We can send each value as a tuple element in the function and then return the tuple ...
確定! 回上一頁