index_body.jsp
来自「主要功能: ·新闻采用在线编辑器,可以象使用word一样编辑新闻 ·可w」· JSP 代码 · 共 18 行
JSP
18 行
<%@ include file = "../tiles/include.jsp"%>
<table width="100%">
<tr>
<td width="30%" valign="top">
<jsp:include page="/login2.do" />
<jsp:include page="/topRead.do?method=topRead" />
<jsp:include page="/siteInfo.do?method=siteInfo" />
<jsp:include page="friend.jsp" />
</td>
<td width="70%" valign="top">
<jsp:include page="big.jsp" />
<jsp:include page="/topNew.do?method=topNew" />
<jsp:include page="/lastUpdate.do?method=getLastUpdate" />
<jsp:include page="/navigation.do?method=getNavigation" />
</td>
</tr>
</table>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?