?? index.jsp
字號:
<%@ page language="java" pageEncoding="UTF-8"%>
<%@ include file="/include/header.jsp"%>
<table border="0" align="center" width="990px" cellpadding="0" cellspacing="0">
<tr height="100px">
<td colspan="2" width="990px">
<jsp:include flush="true" page="/frame/jsp/head.jsp"></jsp:include>
</td>
</tr>
<tr><td colspan="2"> </td></tr>
<tr>
<td width="220px" align="left" valign="top">
<jsp:include flush="true" page="/frame/jsp/left.jsp"></jsp:include>
</td>
<td width="770px" valign="top" align="right">
<jsp:include flush="true" page="/frame/jsp/right.jsp"></jsp:include>
</td>
</tr>
<tr height="50px">
<td colspan="2">
</td>
</tr>
</table>
<%@ include file="/include/footer.jsp"%>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -