1. 程式人生 > >el表示式輸出集合,集合中有物件,物件裡還有物件屬性

el表示式輸出集合,集合中有物件,物件裡還有物件屬性

//這下面輸出的是indent的user屬性
    <td>${showAllIndent.user.phonenum }</td>
    <td>${showAllIndent.user.address }</td>
    <td>${showAllIndent.user.nickname }</td>
    <td>
    <span class="issend">${showAllIndent.send }</span>
    <input type="hidden" value="${showAllIndent.id }" class="indentid"/>
    </td>