new in swift

使用一个元组来返回多个值。 

func getGasPrices() -> (Double, Double, Double) {
 return (3.59, 3.69, 3.79) 3. }
getGasP rices ()

 

 

 

posted @ 2016-03-10 14:43  Rui.peng  阅读(112)  评论(0编辑  收藏  举报