TAB好像没支持HTML的CAPTION,有什么办法能实现吗?
可以的,caption 都可以用 captionAsHtml 属性,比如下面这个例子中,我把 test 几个字母用 <strong></strong> 做了强化:
<accordion captionAsHtml="true" height="100px" caption="<strong>test</strong>normal"/>
效果:

另外,看到你说是 tab,tab 可以用这个:

非常感谢,问题解决了!