bottom.asp

来自「一个不完整的硬件报价管理系统」· ASP 代码 · 共 24 行

ASP
24
字号
<table width="650" border="0" cellspacing="1" height="19" bgcolor="<%=bordercolor%>" align="center">               
  <tr>                
    <td bgcolor="<%=tablebgcolor%>" valign="middle" align="center">                
      <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="<%=tablebgcolor%>" width="646">
        <tr>
          <td width="542"><b>版权所有:<%=rightre%></b></td>
          <td width="88"  align="right"><a href="http://asp.6to23.com/feizhan/download/index.asp"><%=rightnum%></a></td>
        </tr>
      </table>
    </td>                   
  </tr>                   
</table> 
<br><p align=center>
<%
endtime=timer()
%>
<%
response.write "页面执行时间:"&FormatNumber((endtime-startime)*1000,3)&"毫秒"
%>




⌨️ 快捷键说明

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