NSString 删除最后一个字符 2016-09-13 本文已影响0人 chayc NSString text = @"text"; text = [text substringWithRange:NSMakeRange(0, [text length] - 1)];