beetl模板引擎中for循环语句(包含select设置默认值)和if判断语句

<#select id="salesOfficesId" name="售楼处" >        @for(offices in officesList){               <option value="${offices.id}" ${offices.id == building.salesOfficesId?'selected': ''}>${offices.name}</opti
相关文章
相关标签/搜索