NSString 字符串替换

NSString * oneScale=@"@ddd";
NSLog(@"%@",[oneScale stringByReplacingOccurrencesOfString:@"@" withString:@""])
相关文章
相关标签/搜索