结对审评

<html>
 <head>
  <title> New Document </title>
  <meta name="Generator" content="EditPlus">
  <meta name="Author" content="">
  <meta name="Keywords" content="">
  <meta name="Description" content="">
 </head>
<h1 align="center">修改密码</h1>
 <body>
 
  <h2 >原密码:<input type="password"></input></h2>
  <h2 >新密码:<input type="password"></input></h2>
  <h2 >再次输入新密码:<input type="password"></input></h2>
  <input type="button" align="center" value="确认修改"></input>
   <input type="button" align="center" value="取消"></input>

 </body>
</html>

  

1.完全没有注释

2.作为网页ui过于简陋

3.没有指定数据传输方式

4.ui不太工整

原文地址:https://www.cnblogs.com/zxx18062723/p/6613696.html