奶油
(奶油)
新手上路

初级会员
UID 66775
精华
0
积分 38
帖子 30
金钱 38 喜悦币
威望 0
人脉 0
阅读权限 10
注册 2005-9-20
状态 离线
|
[推荐阅读] 请问这个函数explode()的用法///
<%@ page contentType="text/html; charset=gb2312" language="java" import="java.sql.*" errorPage="" %>
<jsp:useBean id="aaa" scope="page" class="numb1.com.Ddate"/>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
</head>
<body>
<%
java.util.Date day=new java.util.Date();
out.print(aaa.fDate5(day));
%>
</body>
</html>
|
|