摘要: ###1.Tuple(元组) 元组可以包含多种类型元素;元组中元素使用“,”分割。 var firstTuple = ("Chloe","www.huihuang.com") print(firstTuple.0) print(firstTuple.1) //使用type(of:)可以获取元组类型 阅读全文
posted @ 2021-07-14 10:54 蓬松小辉煌 阅读(97) 评论(0) 推荐(0) 编辑