• 企业400电话
  • 微网小程序
  • AI电话机器人
  • 电商代运营
  • 全 部 栏 目

    企业400电话 网络优化推广 AI电话机器人 呼叫中心 网站建设 商标✡知产 微网小程序 电商运营 彩铃•短信 增值拓展业务
    jsp计数器-jsp文件
    HTML>
    HEAD>
    TITLE>JSP Bean Example/TITLE>
    /HEAD>

    BODY>

    !-- Set the scripting language to java -->
    %@ page language="java" %>

    !-- Instantiate the Counter bean with an id of "counter" -->
    jsp:useBean id="counter" scope="session" class="Counter" />

    !-- Set the bean's count property to the value of -->
    !-- the request parameter "count", using the -->
    !-- jsp:setProperty action. -->
    jsp:setProperty name="counter" property="count" param="count" />

    %

    // write the current value of the property count
    out.println("Count from scriptlet code : "
    + counter.getCount() + "BR>");

    %>

    !-- Get the bean's count property, -->
    !-- using the jsp:getProperty action. -->
    Count from jsp:getProperty :
    jsp:getProperty name="counter" property="count" />BR>

    /BODY>
    /HTML>
    上一篇:IBM HTTP Server 远程溢出漏洞
    下一篇:JAVA/JSP学习系列之一(JDK安装)
  • 相关文章
  • 

    © 2016-2020 巨人网络通讯 版权所有

    《增值电信业务经营许可证》 苏ICP备15040257号-8

    jsp计数器-jsp文件 jsp,计数器,-jsp,文件,jsp,