head_index.jsp~64~
来自「一、数据库登录名:blog 密码:blog 二、首页应该运行log.jsp页面」· JSP~64~ 代码 · 共 41 行
JSP~64~
41 行
<%@page contentType="text/html; charset=GBK"%>
<html>
<head>
<title>index</title>
</head>
<body bgcolor="#ffffff">
<!--网页头部分-->
<jsp:include page="head_top.jsp" flush="true"/>
<!--网页中间部分-->
<table width="825" height="845" border="0" align="center" cellpadding="0" cellspacing="0" >
<tr>
<td width="39">
<img src="myimage/dh1.jpg" width="39" height="846" alt="">
</td>
<td width="184" valign="top">
<!--左侧操作部分-->
<jsp:include page="head_left.jsp" flush="true"/>
</td>
<td width="13">
<img src="myimage/head_08.jpg" width="13" height="845" alt="">
</td>
<td width="523" height="846" valign="top">
<br />
<jsp:include page="head_consumer.jsp" flush="true" />
<br />
<div align="right" class="style6">
<hr>
</div>
<iframe frameborder="0" src="main.jsp" name="main" id="main" scrolling="no" marginheight="10" marginwidth="5" width="480" height="700"> </iframe>
</td>
<td width="80">
<img src="myimage/dh4.jpg" width="80" height="846" alt="">
</td>
</tr>
</table><!--网页尾部分--><jsp:include page="head_down.jsp" flush="true"/>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?