topone.jsp~3~

来自「JAVA诚信网络购物中心源码」· JSP~3~ 代码 · 共 21 行

JSP~3~
21
字号
<%@ page contentType="text/html; charset=gb2312" %>
<%@page import="java.sql.*"%>
<%@page import="java.util.*"%>
<%@page import="com.dao.LinkDao" %>
<%@page import="com.domain.LinkForm" %>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">

<table width="100%" height="100%"  border="0" cellpadding="0" cellspacing="0">
        <tr>
          <td width="74%" height="143"><div align="center">网上电子商城 </div></td>
          <td width="26%"><div align="center">显示网站连接
            <table width="94%"  border="1" cellspacing="0" cellpadding="0">
              <tr>
                <td>&nbsp;</td>
                <td>&nbsp;</td>
              </tr>
            </table>
          </div></td>
        </tr>
      </table>

⌨️ 快捷键说明

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