left.jsp
来自「system1为用户注册模块 system2为在线聊天系统 system3为」· JSP 代码 · 共 23 行
JSP
23 行
<%@ page contentType="text/html; charset=GB2312" %>
<html>
<head>
<LINK href="Style.css" type=text/css rel=stylesheet>
<title>新闻发布-->后台</title>
</head>
<body topmargin=0>
<table width="186" border="0" cellpadding="0" cellspacing="1" bgcolor=#A7A7A7>
<tr height=31>
<a href="newslist.jsp" target="right">
<td bgcolor="#f3f3f3" align=center onmouseover="this.bgColor='#a7a7a7'" onmouseout="this.bgColor='#f3f3f3'" style="cursor:hand">
> 新闻发布</td></a>
</tr>
<tr height=31>
<a href="../newsdisplay.jsp" target="right">
<td bgcolor="#f3f3f3" align=center onmouseover="this.bgColor='#a7a7a7'" onmouseout="this.bgColor='#f3f3f3'" style="cursor:hand">
> 新闻浏览</td></a>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?