首页 > 技术文章 > 登录表单

alexhere 2016-09-11 00:12 原文

  <html>

<head>

<title>登录</title>

</head>

<script language="text/javascript">

  

</script>

<body>

<form action="xx" method="post"> 

用户名:<input type="text" name="username"/><br/>

密码 :<input type ="password" name ="psd"/>

<input type="submit" value="登录">

<input type="reset" value="重置">

 

</form>

</body>

</html>

 

简单的登录表单,js验证暂时不会  后台也没有连接 一步步来

推荐阅读