发现问题:
我们在页面写下<%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>,发现uri里的内容找不到。
解决问题:
使用jstl表达式需要引用jstl.jar,standard.jar这两个包。
添加这两个包的方法:
①在建立Web Project时勾选Add JSTL libraries to WEB-INF/lib folder。
②右击项目->MyEclipse->Add JSTL libraries。
③上网找。