日期转换后运行报错:According to TLD or attribute directive in tag file, attribute [value] does not accept any expressions
解决方法 : 将<%@ taglib prefix="c" uri="http://java.sun.com/jstl/core" %>
改为<%@ taglib prefix="c" uri="http://java.sun.com/jstl/core_rt" %>
后面加上 _rt 就好了