child1.jsp

来自「resinweb服务器源文件」· JSP 代码 · 共 18 行

JSP
18
字号
<%@ page language=javascript %><%import header;writeHeader(out, application, "XML Table of Contents", request.requestURI);%><h1>XML Table of Contents</h1><p>The navigation is controlled by a simple XML file sitting in eachdirectory.   The XML file describes the table of contents for thedirectory and thus the navigation.  The table of contents for thisdirectory is in <a href='../view_source.jsp?navigation/toc.xml'>toc.xml</a><p>This child is intentionally plain to simplify the example.<%writeFooter(out)%>

⌨️ 快捷键说明

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