📄 uploadpic.jsp~15~
字号:
<%@page contentType="text/html; charset=GBK"%>
<%@page import="org.apache.struts.upload.FormFile"%>
<html>
<head>
<title>
uploadpic
</title>
</head>
<body bgcolor="#ffffff">
<h1>
选择图片,进行上传
</h1>
<form action="picAction.do">
<input type="hidden" name="action" value="Save"/>
<input type="image" src="" id="pic"/><br />
<input type="file" name="picfile" onchange="document.all.pic.src=this.value;" /><br />
<input type="submit" value="提 交"/>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -