addsushe.asp

来自「寝室管理文档 网站目的: 为了更好的管理寝室同学们的信息资料」· ASP 代码 · 共 25 行

ASP
25
字号
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>无标题文档</title>
<style type="text/css">
<!--
.STYLE5 {color: #FF00FF; font-weight: bold; }
-->
</style>
</head>

<body>
<form name="form1" method="post" action="add_newsushe.asp">
  <span class="STYLE5">寝室</span>
  <input type="text" name="qinshi"><br>
  <span class="STYLE5">床位</span>
  <input type="text" name="chuangwei"><br>
  <span class="STYLE5">学号</span>
  <input type="text" name="xuehao" ><br>
<input type="submit" name="Submit" value="提交">
<input type="reset" name="Submit2" value="重置">
</form>

</body>
</html>

⌨️ 快捷键说明

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