为了账号安全,请及时绑定邮箱和手机立即绑定

​怎么用JSTL替换其中的JSP脚本元素?

​怎么用JSTL替换其中的JSP脚本元素?

erutdioup8556 2016-03-20 12:29:16
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %><html><head><meta charset="utf-8"><title>Simplicity</title></head><body>  <img src="image/xplogo.gif">  <ul>    <%        int loop = 1; // 默认值        String loopStr = request.getParameter("loop");        // 判断loopStr是否为空        if (loopStr != null && loopStr.length() > 0) {            loop = Integer.valueOf(loopStr);        }    %>      <%-- Simple comment at server side --%>    <!-- Simple comment at client side -->            <%        for (int x = 0; x < loop; x++) {    %>       <li><h2>Do the simplest thing that could possibly work.</h2></li>    <li><h2>You Aren't Going to Need It. [YAGNI]</h2></li>    <%        }    %>  </ul>  <%--!String userName = "Kent Beck"; --%>  <%      String name = "Kent Beck";  %>  <%=name%></body></html>
查看完整描述

3 回答

?
假面骑士真理

TA贡献5条经验 获得超0个赞

自己去学jstl的标签就知道它的作用了

查看完整回答
反对 回复 2016-03-22
?
妖精づ凯文

TA贡献5条经验 获得超0个赞

自定义标签技术,你去学一下吧

查看完整回答
反对 回复 2016-03-21
  • 3 回答
  • 0 关注
  • 2026 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信