摘要:
NSString *msg; msg = [NSString stringWithFormat:@"%@",[[[DATA.specificSearchList objectAtIndex:indexPath.row]objectForKey:@"content"] stringByReplacingOccurrencesOfString:@"\\n" withString:@" \r\n" ]];label.numberOfLines = 0; //不要忘记设置这个label.text = msg; 阅读全文
posted @ 2012-12-04 17:30
qingjoin
阅读(14162)
评论(2)
推荐(1)

浙公网安备 33010602011771号