uploadsuccess.jsp
来自「图片管理功能:图片的上载及下载」· JSP 代码 · 共 42 行
JSP
42 行
<%-- Created by IntelliJ IDEA. User: Administrator Date: 2006-6-23 Time: 10:07:25 To change this template use File | Settings | File Templates.--%><%@ page contentType="text/html;charset=GB2312" language="java" %><html> <head><meta http-equiv="Content-Language" content="zh-cn"><meta http-equiv="Content-Type" content="text/html; charset=gb2312"><meta name="GENERATOR" content="Microsoft FrontPage 4.0"><meta name="ProgId" content="FrontPage.Editor.Document"><title>上传成功</title></head><body><p align="center"><font size="6">恭喜您,上传图片成功!</font></p><p align="center"> </p><table width="75%" boder="0" align="center"><tr> <td width="300" align="right">文件名:</td> <td align="left"><b><font color="#008080"><%= session.getAttribute("name")%></font></b></td> </tr> <tr><td width="300" align="right">源文件名:</td> <td align="left"><b><font color="#008080"><%= session.getAttribute("filename")%></font></b></td> </tr> <tr><td width="300" align="right">文件大小:</td> <td align="left"><b><font color="#008080"><%= session.getAttribute("size")%></font></b></td> </tr> </table><p align="center"></p><p align="center"> </p><p align="center"> </p></body></html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?