标签:pac outline button 查询 table add 格式 desc 功能
<body> <table width="960" height="60" border="1" cellpadding="1" cellspacing="1"> <tr> <td> <select id="s1_text1_outline"> <option value="图书编号" selected="">图书编号</option> <option value="作者">作者</option> <option value="图书名">图书名</option> </select> </td> </tr> <tr> <td>图书查询:<input type="text"></input> <input type="button" value="查询"></input></td> </tr> </table> <table width="960" height="40" border="1" cellpadding="1" cellspacing="1" > <tr align="center" > <td width="120">图书编号</td> <td width="120">图书名</td> <td width="120">作者</td> <td width="120">借书时间</td> <td width="120">归还时间</td> </tr> </table> <table width="959" height="836" border="1" cellpadding="1" cellspacing="1"> </table> </body>
1.代码编写不够规范,函数的命名没有意义和规范性,大括号的位置不对,行的长度以及代码缩进都存在了一些小问题
2.代码没有注释,没有解说
3.没有把功能之间的模块划分清楚,有的混在一起
4.命名过于随意
22:04:52 ⅱ ?? “鑫 ζ 2017/3/24 22:04:52 <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.代码有些杂乱,每段代码之间没有规范,没有让人很清楚该段代码的功能
3.命名不规范,大小写不注意,命名没有意义
4.代码格式布局都不合理
5.整个代码运行后,界面布局不整齐
标签:pac outline button 查询 table add 格式 desc 功能
原文地址:http://www.cnblogs.com/m1063818045/p/6613717.html