45fan.com - 路饭网

搜索: 您的位置主页 > 网络频道 > 阅读资讯:JSP中的几个实用函数的详细介绍

JSP中的几个实用函数的详细介绍

2016-09-06 02:24:07 来源:www.45fan.com 【

JSP中的几个实用函数的详细介绍

<%@ page import="java.util.Calendar"%>
<%! private int count=0;
public int getCount()
{
return ++count;
}
%><b>&nbsp;
<% Calendar calendar=Calendar.getInstance();
int hourOfDay=calendar.get(Calendar.HOUR_OF_DAY);
if(hourOfDay<=12){
%>Good morning!
<%}else if(hourOfDay<=18){
%>Good afternoon!
<%}else {
%>Good evening!
<%}%>
This is the <font color=red size=+1><%=getCount()%></font> time this page has been visited!</b>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Your IP:<%=request.getRemoteAddr()%>


播放视频的!
<img src="poem.gif" dynsrc="SAMPLE-S.avi" loop=infinite>
 

本文地址:http://www.45fan.com/a/question/72915.html
Tags: 中的 JSP 几个
编辑:路饭网
关于我们 | 联系我们 | 友情链接 | 网站地图 | Sitemap | App | 返回顶部