摘要: if ([html isKindOfClass:[NSStringclass]]) { html = [html stringByReplacingOccurrencesOfRegex:@"@\\b(\\w+)\\b" withString:@"@$1"]; // #话题#还有bug:文字中间不能有空格 html = [html stringByReplacingOccurrencesOfRegex:@"#\\b(\\w*)#" withString:@"#$1#"]; // 链接... 阅读全文
posted @ 2013-12-27 19:07 采采00 阅读(207) 评论(0) 推荐(0)