📄 ch03l02.txt
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -