去除字符串首尾空格//可以指定字符集
[text stringByTrimmingCharactersInSet:[NSCharacterSet whitespaceCharacterSet]];
常用字符集:@property (re
2016-12-20