index.html

来自「本程序是基于C语言开发的」· HTML 代码 · 共 16 行

HTML
16
字号
<html>
<head><title>Basic CGI Script Example</title><head>

<body bgcolor="blue" text="white" link="yellow" vlink="red" alink="blue">
<h1>Basic CGI Script Example!</h1>  <br><br>
Please type the following into the address bar:<br><br>


http://&lt;ip-address&gt;/<B><font color=yellow size=5>get_data?arg1=hello&arg2=donotdisplay</font></B><br><br>

where &lt;ip-address&gt; = the IP address of the embedded system.


</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?