⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ch03l02.txt

📁 《Web编程专家指南》
💻 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 + -