这是 Android 上的正确格式:

但是最后一行的内容没有显示在 iOS 上:

我尝试了下面的方法仍然不起作用:
[_contentLab setText:str afterInheritingLabelAttributesAndConfiguringWithBlock:^NSMutableAttributedString *(NSMutableAttributedString *mutableAttributedString) {
return mutableAttributedString;
}];