?? filetest.html
字號(hào):
<html><head><title>File-upload test form for cgi-util 2.x</title></head><body><!-- filetest.html File-upload test form for cgi-util 2.x by Bill Kendrick bill@newbreedsoftware.com --><!-- First, we begin an HTML form: --><form action="filetest.cgi" method="post" ENCTYPE="multipart/form-data"><!-- As you can see, it uses the "POST" HTTP method, and when submitted, will call up the "filetest.cgi" URL. We most also supply the "multipart/form-data" encoding type. --><!-- Now, we put some form fields on the screen: -->Your name? <input type="text" name="name"><br>File? <input type="file" name="filename"><br><!-- Notice the "file"-type input form, named "filename" --><!-- Finally, the all-important submit button: --><input type="submit" name="sub" value="Ok"><!-- Oops, one last thing... end the form: --></form><p></body></html>
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -