zbb20171215 thymeleaf th:attr

<div th:attr="id=${'#panel-element-'+obj.id}"  class="panel-collapse collapse in">
                                <div th:text="${obj.name}" class="panel-body">#</div>
                            </div>

原文地址:https://www.cnblogs.com/super-admin/p/8135246.html