download.jsp
来自「Chinaxp 论坛源代码」· JSP 代码 · 共 16 行
JSP
16 行
<%-- * download.jsp 1.0 June 12,2002 * * Copyright (c) 2002-2003 RedSoft Group. All rights reserved. */--%><%@page contentType="text/html; charset=gb2312" %> <%@taglib uri='/WEB-INF/struts-template.tld' prefix='template' %><template:insert template='/template/basicTemplate.jsp'><template:put name='title' content='XProgramming China' direct='true'/><template:put name='header' content='/content/header.jsp' /><template:put name='content' content='/content/downloadContent.jsp'/><template:put name='footer' content='/content/footer.jsp' /></template:insert>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?