📄 ch06l05.txt
字号:
Listing 6.5 The debug form.<!-- <FORM ACTION="mailto:brat" METHOD="POST"> --> <FORM ACTION="http://yourmachine:urport/cgi-bin/testcgi.cgi" METHOD="POST"> <H1>Test CGI Form</H1> <P ALIGN=JUSTIFY> This form is used as a front-end to testcgi. <HR> <INPUT TYPE="text" NAME="TestCgi-ScriptName" VALUE=""> Script Name<BR> <INPUT TYPE="text" NAME="TestCgi-Method" VALUE="POST"> Method<BR> <!-- Insert the form to be tested minus the FORM header and trailer --> <!-- and the Submit and clear buttons --> <HR> <INPUT TYPE="submit" VALUE="Submit Form"> Submit Button<BR> <INPUT TYPE="reset" VALUE="Clear Values"> Reset Button. <P> </FORM>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -