一,效果图. 二,代码. ViewController.m #import "ViewController.h" @interface ViewController () @end @implementation ViewController - (void)viewDidLoad { [super viewDidLoad]; // Do any additional setup after loading the view, typically from a nib. //在导航栏中…
为标签添加class = sliceFont:添加data-num属性为要显示的字数,截取后会在title中显示原有字符串: $('.sliceFont').each(function(index, el) { var num = $(this).attr('data-num'); var text = $(this).text(); var len = text.length; $(this).attr('title',$(this).text()); if(len > num){ $(thi…