jquery easyui panel title文字格式设置

$('#txtLeftPercent').panel({

title: '剩余权重:' + '<b >' + 100 + '%</b>',

height: 10,

width: 100

});

直接写入html标签类