zoukankan      html  css  js  c++  java
  • jsp标签

    jsp标签的作用

                                         jsp标签作用:替换jsp脚本。

                                        

                                         1)流程判断(if   for循环)

                                         2)跳转页面(转发,重定向)

                                         3)。。。。。

     Jsp标签分类

                                         1)内置标签(动作标签): 不需要在jsp页面导入标签

                                         2)jstl标签: 需要在jsp页面中导入标签

                                         3)自定义标签 : 开发者自行定义,需要在jsp页面导入标签

  • 相关阅读:
    MySQL "show users"
    MySQL
    A MySQL 'create table' syntax example
    MySQL backup
    MySQL show status
    Tomcat, pathinfo, and servlets
    Servlet forward example
    Servlet redirect example
    Java servlet example
    How to forward from one JSP to another JSP
  • 原文地址:https://www.cnblogs.com/loaderman/p/10001152.html
Copyright © 2011-2022 走看看