foot.jsp

来自「Heritrix是一个开源,可扩展的web爬虫项目。Heritrix设计成严格按」· JSP 代码 · 共 22 行

JSP
22
字号
<%    /**     * An include file that handles the "look" and navigation of a web page.      * Wrapps up things begun in the "head.jsp" include file.  See it for     * more details.     *     * @author Kristinn Sigurdsson     */%><br/><br/>        <table border="0" cellspacing="0" cellpadding="0" width="100%">            <tr>            <td bgcolor="#0000FF" height="1" colspan="4"></td>            </tr>            <tr>            <td class="instance_name">Identifier: <%=currentHeritrixName%></td>            </tr>        </table>                    <!-- END MAIN BODY -->    </body></html>

⌨️ 快捷键说明

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