📄 head_index.jsp~71~
字号:
<%@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="5" marginwidth="5" width="480" height="760"> </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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -