Swift4.0 字符串操做

import UIKit var str = "Hello, playground" var index = str.index(of: ",") //獲得逗號在字符串中的位置 //Swift 3.0 let greeting = str[str.startIndex ..< index!] //獲得hello index = str.index(index!, offsetBy: 1)
相關文章
相關標籤/搜索