upload_temp.jsp
来自「本源码为教学管理信息系统」· JSP 代码 · 共 20 行
JSP
20 行
<%@ page language="java" contentType="text/html;charset=GBK"%>
<%@ include file="/include/header.inc"%>
<%@ page import="com.opensymphony.xwork.util.OgnlValueStack" %>
<%
OgnlValueStack st= (OgnlValueStack)request.getAttribute("webwork.valueStack");
%>
<html>
<head>
<title>照片维护</title>
</head>
<script language="javascript">
function init(){
window.returnValue = "true";
window.close();
}
</script>
<body onload="init();">
<form name="listForm" method="POST">
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?