noticelist.jsp

来自「人民邮电出版的<精通J2EE>一书第12章」· JSP 代码 · 共 17 行

JSP
17
字号
<%@ page contentType="text/html;charset=gb2312" language="java"%><%@ include file="/common/taglibs.jsp"%><html:html><head>	<title><bean:message key="pagingDisplay.title" /></title></head><link href="images/myStyleClass.css" rel="stylesheet" type="text/css"><body>	<%@ include file="/common/header.jsp"%>	<center>		<A href="checkpower.do?functiontype=newnotice">撰写公告&nbsp;</A>		<A href="userlogoff.do"> 注销登录</A>	</center>	<mytag:pagingDisplay />	<%@ include file="/common/footer.jsp"%><body></html:html>

⌨️ 快捷键说明

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