swift 字符串除去空格

swift 字符串除去空格

let string = "dkjj fds".trimmingCharacters(in: .whitespacesAndNewlines)
print(string)

你可能感兴趣的:(swift 字符串除去空格)