$.map中 var note = items.NOTE();
_thisKey.push({})中 note: note,
var abbrStyle = '';
// style +='white-space:' +'normal'+';';
if(lis.note ==='left') {
abbrStyle += ' text-align:left;'
}else if(lis.note ==='right') {
abbrStyle += 'text-align:right;'
} else if($.trim(lis.note) ==='height-auto'){
abbrStyle += 'white-space:normal; text-align:left; text-overflow: normal;';
}
'<abbr style="'+abbrStyle+'">' +
value +
'</abbr >' +