答案 0 :(得分:1)
是,但可折叠标题已被视为按钮。所以你会在按钮内有一个按钮!?!
<div data-role="collapsible">
<h4>Heading <button href='#' id='bt01' style="width:100px;">Click</button></h4>
<p>I'm the collapsible content. By default I'm closed, but you can click the header to open me.</p>
</div>
应该在CSS中调整位置