[已解决]swift字符串只去除最开始和末尾的回车换行
crifan 9年前 (2016-03-17) 4276浏览 0评论
想要实现在输入字符串的时候,过滤掉空白的内容: 回车 换行 空格 然后用: //Trims white space and new line characters, returns a new string func trim(...
crifan 9年前 (2016-03-17) 4276浏览 0评论
想要实现在输入字符串的时候,过滤掉空白的内容: 回车 换行 空格 然后用: //Trims white space and new line characters, returns a new string func trim(...