⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 savetems.jsp

📁 程序为种种闪字图程序试用版,本程序采用JSP+MSSQL开发
💻 JSP
字号:
<%@ page pageEncoding="GB2312"%>
<%@ page contentType="text/html" %>
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %>
<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %>
<fmt:requestEncoding value="gb2312" />
<html">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>保存模版</title>
<link href="images/css.css" rel="stylesheet" type="text/css">
</head>

<body>
	<c:set var="newpics" scope="request" value="${param.newpics}" />
	<c:set var="imgurl" scope="request" value="${param.imgurl}" />
    <c:set var="text" scope="request" value="${param.text}" />
    <c:set var="isb" scope="request" value="${param.isb}" />
    <c:set var="isx" scope="request" value="${param.isx}" />
    <c:set var="jc" scope="request" value="${param.jc}" />
    <c:set var="fontSize" scope="request" value="${param.fontSize}" />
    <c:set var="fonts" scope="request" value="${param.fonts}" />
    <c:set var="d_bgcolor" scope="request" value="${param.d_bgcolor}" />
    <c:set var="xz" scope="request" value="${param.xz}" />
    <c:set var="yz" scope="request" value="${param.yz}" />
    <c:set var="shadow" scope="request" value="${param.shadow}" />
    <c:set var="d_shadow" scope="request" value="${param.d_shadow}" />
    <c:set var="engrave" scope="request" value="${param.engrave}" />
    <c:set var="d_engrave" scope="request" value="${param.d_engrave}" />
    <c:set var="outline" scope="request" value="${param.outline}" />
    <c:set var="d_outline" scope="request" value="${param.d_outline}" />
    <c:set var="effects" scope="request" value="${param.effects}" />
    <c:set var="d_3dEffects" scope="request" value="${param.d_3dEffects}" />
    <c:set var="d_3dEffects2" scope="request" value="${param.d_3dEffects2}" />
    <c:if test="${empty param.ismb}">
    	<jsp:forward page="savetem.jsp" />
    </c:if>
</body>
</html>

⌨️ 快捷键说明

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