- (void)testUrl{
// 测试文本
NSString *text = @"发呆发https://blog.csdn.net/a18339063397呆发的负担发的分身乏术对方的负担https://www.baidu.com大家看https://www.baidu.com打开房间打开肌肤打开链接附近的空间卡就开个房间卡加客服即可打开附近的卡夫卡的,发呆发https://blog.csdn.net/a18339063397呆发的负担发的分身乏术对方的负担https://www.baidu.com大家看https://www.baidu.com打开房间打开肌肤打开链接附近的空间卡就开个房间卡加客服即可打开附近的卡夫卡的,发呆发https://blog.csdn.net/a18339063397呆发的负担发的分身乏术对方的负担https://www.baidu.com大家看https://www.baidu.com打开房间打开肌肤打开链接附近的空间卡就开个房间卡加客服即可打开附近的卡夫卡的。";
// 转成可变属性字符串
NSMutableAttributedString * mAttributedString = [NSMutableAttributedString new];
// 调整行间距段落间距
NSMutableParagraphStyle *paragraphStyle = [NSMutableParagraphStyle new];
//设置文字两端对齐
paragraphStyle.alignment = NSTextAlignmentJustified;
[paragraphStyle setLineSpacing:2];
[paragraphStyle setParagraphSpacing:4];
UIFont *font = [UIFont systemFontO