⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 008d48134718001e1afee88a53cb45b1

📁 网上购物系统
💻
字号:
<%@ page language="java" import="java.util.*" pageEncoding="utf-8"%>
<%
String path2 = request.getContextPath();
String basePath2 = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path2+"/";
String errors=(String)request.getAttribute("errors");
String userName=(String)session.getAttribute("userName");
%>

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    
    
    <title>My JSP 'index.jsp' starting page</title>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
	<meta http-equiv="pragma" content="no-cache">
	<meta http-equiv="cache-control" content="no-cache">
	<meta http-equiv="expires" content="0">    
	<meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
	<meta http-equiv="description" content="This is my page">
	<!--
	<link rel="stylesheet" type="text/css" href="styles.css">
	-->
  </head>
  
  <body>
  
  <%@include file="header.jsp"%>
  
  <table width="844" border="0" align="center" cellpadding="0" cellspacing="0" >
    <tr>
	
      <td width="250" valign="top">
        <table width="150" border="0" cellspacing="0" cellpadding="0">
         <tr>
           <td><%@ include file="left.jsp"%></td>
         </tr>
		 <tr>
           <td><strong>商品类别:</strong></td>
         </tr>
		 <tr>
           <td>&nbsp;</td>
         </tr>
       </table>
      </td>
	  <td width="5"><br><br></td>
      <td width="78%" valign="top">
	  <table width="855" border="0" cellspacing="0" cellpadding="0" id="border">
        <tr>
          <td width="852"><strong>搜索:</strong></td>
        </tr>
        <tr>
          <td>&nbsp;</td>
        </tr>
        <tr>
          <td>&nbsp;</td>
        </tr>
      </table>
	  
      <table width="100%" border="0" cellspacing="0" cellpadding="0" id="border">
          <tr>
            <td><strong>商品展示:</strong></td>
          </tr>
          <tr>
            <td>&nbsp;</td>
          </tr>
          <tr>
            <td>&nbsp;</td>
          </tr>
       </table>
	   </td>
    </tr>
	
</table>

<%@ include file="footer.jsp"%>
  
</body>
</html>

⌨️ 快捷键说明

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