标签:
NSString *tempstring = [dic objectForKey:key];//@"[]{}(#%-*+=_)\\|~(<>$%^&*)_+ "
NSCharacterSet *doNotWant = [NSCharacterSet characterSetWithCharactersInString:@"@¥"];
tempstring = [[tempstring componentsSeparatedByCharactersInSet:doNotWant]componentsJoinedByString:@""];
标签:
原文地址:http://www.cnblogs.com/fdyjm/p/4826910.html