foot.aspx
来自「通过配置表中的各列支持绝大部分的基础数据」· ASPX 代码 · 共 29 行
ASPX
29 行
<%@ Page language="c#" Codebehind="foot.aspx.cs" AutoEventWireup="false" Inherits="comm.foot" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title></title>
</head>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<style type="text/css">
body {overflow:hidden}
</style>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="2" bgcolor="486D95"><img src="images/spacer.gif" width="1" height="1"></td>
</tr>
<tr>
<td><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td bgcolor="C3C8CD"><img src="images/foot_.gif" height="19"></td>
<td width="183"><img src="images/foot.gif" width="183" height="19"></td>
</tr>
</table>
</td>
</tr>
</table>
<p> </p>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?