将jstl 的uri
<%@ taglib prefix="c" uri="http://Java.sun.com/jstl/core" %>(没有jsp)
换为:
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
时间: 2024-10-13 21:18:26
将jstl 的uri
<%@ taglib prefix="c" uri="http://Java.sun.com/jstl/core" %>(没有jsp)
换为:
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>