?? upload.jsp
字號:
<%@ page contentType="text/html;charset=GBK"%>
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="../../style" rel="stylesheet" type="text/css">
</head>
<body bgcolor="eeeeee">
<form action="upload_post.jsp" method="post" enctype="multipart/form-data" name="form1">
<input name="file_data" type="file" id="file_data">
<input type="submit" name="Submit" value="上傳">
</form>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -