<%@pageimport="com.entity.Artical"%><%@pagelanguage="java"import="java.util.*"pageEncoding="utf-8"%><%Stringpath=request.getContextPath();StringbasePath=request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";Articalartical=(Artical)request.getAttribute("artical");if(artical==null){response.sendRedirect("index.jsp");return;}%><!DOCTYPEHTMLPUBLIC"-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><basehref="<%=basePath%>"><title>"详情页"</title><metahttp-equiv="pragma"content="no-cache"><metahttp-equiv="cache-control"content="no-cache"><metahttp-equiv="expires"content="0"><metahttp-equiv="keywords"content="keyword1,keyword2,keyword3"><metahttp-equiv="description"content="This is my page"><linkrel="stylesheet"type="text/css"href="<%=basePath%>css/admin.css"></head><body><jsp:includepage="top.jsp"></jsp:include><jsp:includepage="nav.jsp"></jsp:include><divclass="w"><h1class="title"><%=artical.getArtical_title()%></h1><pclass="data">发表日期:<%=artical.getArtical_date()%></p><divclass="content"><%=artical.getArtical_content()%></div></div><divclass="footer1"><center><h5>7.20</h5></center></div></body></html>