ch03l02.txt
来自「《Web编程专家指南》」· 文本 代码 · 共 13 行
TXT
13 行
Listing 3.2 HTML document that invokes a script via an SSI (a), and the resulting HTML stream that is sent to the client (b).(a) <html> <h1>Sample output</h1> <p>Here is the script output: <!--#exec cgi="script.cgi"--> </p> </html>(b) <html> <h1>Sample output</h1> <p>Here is the script output: Hello world!</p></html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?