goto.jsp
来自「论坛软件系统亦称电子公告板(BBS)系统」· JSP 代码 · 共 11 行
JSP
11 行
<%@ page language="java" pageEncoding="UTF-8" contentType="text/vnd.wap.wml; charset=UTF-8"%>
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
<%
String encodIndex = response.encodeURL("index.jsp");
%>
<jsp:include page="header.jsp"></jsp:include>
<p>WAP跳转<br />
<input title="url" name="url" type="text" value="http://" /><br />
<anchor title="提交">提交<go href="<%=encodIndex %>?action=goto&url=$(url:escape)" /></anchor></p>
<jsp:include page="footer.jsp"></jsp:include>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?