⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 position.jsp

📁 struts+hibernate BBS mysql数据库 功能基本齐全
💻 JSP
字号:
<%@ page language="java" import="java.util.*" pageEncoding="gbk"%>
<%@ page import="com.elan.forum.util.Constents"%>

<%
/*
String positionStr = "";
String moduleStr = "";
String pieceStr = "";
String topStr = "";
String replyStr = "";
*/
%>
<%

	String s = "";
	s = request.getAttribute("position") == null ? "<a href=\"" +request.getContextPath() +
							"/forum/view/Test.jsp\">网站首页</a>>><a href=\"" + request.getContextPath() + "/forum/view/Test.jsp\">商城社区</a>"
							: "<a href=\"" +request.getContextPath() +
							"/forum/view/Test.jsp\">网站首页</a>>><a href=\"" + request.getContextPath() + "/forum/view/Test.jsp\">商城社区</a>>>"
							+request.getAttribute("position");
	if(session.getAttribute("position") != null) {
		s = (String)session.getAttribute("position");
		session.removeAttribute("position");
	}							
%>
<DIV class=bodywidth>
	<TABLE class=info cellSpacing=0 cellPadding=0 width="100%" border=0>
		<TBODY>
			<TR>
				<TD width="45%">
					&nbsp;您现在的位置:
					<%=s%>
				</TD>
			</TR>
		</TBODY>
	</TABLE>
</DIV>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -