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

📄 index.htm

📁 实现http的多项功能
💻 HTM
字号:
<htm><head><title>尝试POST功能的实现</title>
<style type="text/css">
<!--
.STYLE1 {font-size: large}
.STYLE2 {font-size: 16px}
-->
</style>
</head>
<body>
<p align="center" class="STYLE1">简单试验下POST功能的实现</p>
<p align="center" class="STYLE2"> 请输入您的名字然后单击[确定]按钮: </p>
<form method="post" action="hello.htm">
  <div align="center" class="STYLE2">姓名:
    <input type = text name ="userName">
    <br>
    <input type =submit value="确定">
  </div>
</form>
</body>
</htm>

⌨️ 快捷键说明

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