index.jsp

来自「Java/J2EE application framework based on」· JSP 代码 · 共 5 行

JSP
5
字号
<%@ taglib prefix="c" uri="http://java.sun.com/jstl/core" %>

<%-- Redirected because we can't set the welcome page to a virtual URL. --%>
<c:redirect url="/index.html"/>

⌨️ 快捷键说明

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