1个回答
2013-04-18
展开全部
被包含的界面index.jsp<%@ page language="java" import="java.util.*" pageEncoding="GBK"%>
<%@ page import="java.text.*" %>
<html>
<head>
<title>My JSP 'index.jsp' starting page</title>
</head>
<body>
<%
Date now = new Date();
SimpleDateFormat myFormat= new SimpleDateFormat("yyyy年MM月dd日 hh时mm分ss秒");
String str=myFormat.format(now);
%>
<%=str %>
</body>
</html>
包含的界面index2.jsp<%@ page language="java" import="java.util.*" pageEncoding="GBK"%>
<html>
<head>
<title>My JSP 'index.jsp' starting page</title>
</head>
<body>
当前时间是:<jsp:include page="index.jsp"/>
</body>
</html>
<%@ page import="java.text.*" %>
<html>
<head>
<title>My JSP 'index.jsp' starting page</title>
</head>
<body>
<%
Date now = new Date();
SimpleDateFormat myFormat= new SimpleDateFormat("yyyy年MM月dd日 hh时mm分ss秒");
String str=myFormat.format(now);
%>
<%=str %>
</body>
</html>
包含的界面index2.jsp<%@ page language="java" import="java.util.*" pageEncoding="GBK"%>
<html>
<head>
<title>My JSP 'index.jsp' starting page</title>
</head>
<body>
当前时间是:<jsp:include page="index.jsp"/>
</body>
</html>
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询
广告 您可能关注的内容 |