cgi.htm
来自「Goahead移植到基于ARM体系结构的网络服务器」· HTM 代码 · 共 20 行
HTM
20 行
<HTML><HEAD><TITLE>Untitled Document</TITLE><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><link rel="stylesheet" href="../../style/normal_ws.css"></head><BODY BGCOLOR="#FFFFFF"><H1>Writing CGI scripts to process Web forms</H1><P>CGI is a simple protocol used to communicate between Web forms and your program. A CGI script can be written in any language that can read STDIN, write to STDOUT, and read environment variables. This includes virtually any programming language, including C, Perl, or even shell scripting.</P> The following sites are excellent sources for writing CGI scripts: </BODY></HTML>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?