摘要: MVC 模式 三层架构 MVC 模式 与 三层架构 的关系 阅读全文
posted @ 2022-10-08 01:46 风陵南 阅读(29) 评论(0) 推荐(0)
摘要: EL表达式 JSTL 标签 使用方法: if 标签 foreach 标签: <c:forEach items="${brands}" var="brand" varStatus="status"> <tr align="center"> <%--<td>${brand.id}</td>--%> <t 阅读全文
posted @ 2022-10-08 00:26 风陵南 阅读(24) 评论(0) 推荐(0)