Using Scriptlets in JSP
This question already has an answer here:
It is not recommonded. Try to use JSTL
tags rather than using scriptlet
import <%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
when you are going to use JSTL tags
链接地址: http://www.djcxy.com/p/76610.html上一篇: 如何将DROPDOWN菜单代码划分为servlet,dao和JSP?
下一篇: 在JSP中使用Scriptlets