let helloIndex = cutString.index(cutString.startIndex, offsetBy: 5) print(String(cutString.suffix(from: helloIndex))) // -> " world" ...
確定! 回上一頁