The absolute uri: [http://java.sun.com/jsp/jstl/core] cannot be resolved in either web.xml or the jar files deployed with this application
出现这种情况多半是缺少jar包了,下载一个jstl.1.2.jar就好了
另外jstl1.1以上的版本要这么书写
jar包下载连接https://download.csdn.net/download/qq_44257240/11441802