📄 index.jsp
字号:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<%@ page language="java" contentType="text/html; charset=gb2312"
pageEncoding="gb2312"%>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>车来车网官方网站</title>
</head>
<body>
<table width="801" height="471" border="o" align="center">
<tr>
<td colspan="3"><%@ include file="index_top.jsp"%> </td>
</tr>
<tr>
<td width="193"><%@ include file="lookFor.jsp"%><%@ include file="userLogin.jsp"%> </td>
<td width="193" height="200"><%@ include file="carHots.jsp"%></td>
<td width="403" rowspan="2"><%@ include file="newCar.jsp"%> </td>
</tr>
<tr>
<td colspan="2"><%@ include file="carNews.jsp"%> </td>
</tr>
<tr>
<td colspan="3"><%@ include file="pictures.jsp"%> </td>
</tr>
<tr>
<td colspan="3"><%@ include file="index_bottom.jsp"%> </td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -