首页 > 代码库 > jstl c标签 ”test does not support runtime expressions“

jstl c标签 ”test does not support runtime expressions“

将jstl 的uri

<%@ taglib prefix="c" uri="http://Java.sun.com/jstl/core" %>(没有jsp)

换为:

<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>

jstl c标签 ”test does not support runtime expressions“