mobi.jsp
来自「程序为种种闪字图程序试用版,本程序采用JSP+MSSQL开发」· JSP 代码 · 共 14 行
JSP
14 行
<%@ page pageEncoding="GB2312" %>
<%@ page contentType="text/html" %>
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
<%@ include file="/inc/config.jsp" %>
<%out.clear();%>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>图片发送到手机-<%=webname%>-<%=weburl%></title>
<meta http-equiv="refresh" content="0;URL=http://tlt.7town.com/ZComImgDIY/step2.asp?imageUrl=${param.imgurl}&uid=18146&a=&b=&c=&d=&e=&f=">
</head>
<body>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?