📄 login.asp
字号:
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>
<body bgcolor="#FFFFFF">
<center>
<%
session("worker_id")=0
%>
<form name="" method="post" action="op_login.asp">
<p> 登录用户:
<input type="text" name="login">
</p>
<p>登录密码:
<input type="password" name="pass">
</p>
<p>
<input type="submit" name="Submit" value="确 定">
<input type="reset" name="Submit2" value="取 消">
</p>
</form>
</center>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -