随笔分类 - Jsp
摘要:弊端,只能搜索分页地址栏,其他操作需要通过ajax进行,不然会有参数冲突,参数会加入当前页面请求过的参数除了currentPage <nav aria-label="Page navigation"> <ul class="pagination"> <% Enumeration enu=reques
阅读全文
摘要:在jsp页面中不能通过${list.size}取列表长度,而是 <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%> <%@ taglib prefix="fn" uri="http://java.sun.com/jsp/js
阅读全文
摘要:<%-- Created by IntelliJ IDEA. User: pengshengwang Date: 2022/1/13 Time: 11:02 To change this template use File | Settings | File Templates. --%> <%@
阅读全文
摘要:<%-- Created by IntelliJ IDEA. User: ${USER} Date: ${DATE} Time: ${TIME} To change this template use File | Settings | File Templates. --%> <%@ page c
阅读全文