主页 > 知识库 > jsp计数器-jsp文件

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>

标签:沧州 红河 河南 上海 沈阳 新疆 长治 乐山

巨人网络通讯声明:本文标题《jsp计数器-jsp文件》,本文关键词  ;如发现本文内容存在版权问题,烦请提供相关信息告之我们,我们将及时沟通与处理。本站内容系统采集于网络,涉及言论、版权与本站无关。
  • 相关文章
  • 收缩
    • 微信客服
    • 微信二维码
    • 电话咨询

    • 400-1100-266