码迷,mamicode.com
首页 > 编程语言 > 详细

jsp前端语言

时间:2020-02-13 22:46:40      阅读:75      评论:0      收藏:0      [点我收藏+]

标签:ems   inf   img   one   hid   eve   closed   span   http   

jar存放位置

技术图片

 

jar包配置方式

 技术图片

迭代器:迭代输出。

技术图片
<c:forEach items="${lis}" var="lis">
            <tr align="center">
                <th>${lis.id}</th>
                <th>${lis.lastName}</th>
                <th>${lis.email}</th>
                <th>${lis.gender==0?"":""}</th>
                <th>${lis.department.departmentName}</th>
                <th>
                    <a href="#">Edit</a>
                    <a href="#">Delete</a>
                </th>
            </tr>
        </c:forEach>
Code

技术图片

 

jsp前端语言

标签:ems   inf   img   one   hid   eve   closed   span   http   

原文地址:https://www.cnblogs.com/0123wtdd/p/12305566.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!