-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbackCheck.html
More file actions
executable file
·38 lines (38 loc) · 1.91 KB
/
backCheck.html
File metadata and controls
executable file
·38 lines (38 loc) · 1.91 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>守望者的利刃</title>
<link rel="stylesheet" href="layout.css" type="text/css" media="all" />
</head>
<body>
<div class = "wrap">
<div id="header">
</div>
<div id="introduction">
<h2>守望者的利刃</h2>
<p>上传验证是后台最重要的工作之一,面对各种有意或者无意的不应该出现的输入,后台该如何处理呢</p>
<blockquote>
写一个简单的校验的函数,要求:
<ol type = "1">
<li>只允许通过post提交输入6-12位字符串</li>
<li>第一二位必须是数字,中间若干位则是|}${%中的字符组成</li>
<li>最后的四位或三位,必须是英文字母,其中至少包含一个大写的英文字母</li>
</ol>
</blockquote>
<p style="text-align:center">-----------------------------------------------------------------------------------------------------</p>
<div class = "atten">
<p>欢迎在QQ交流群<em>228958776</em>积极提问,我们将尽可能热情快速的回复,也可以把问题单独单独发邮件到 <em><a href="mailto:[email protected]">[email protected] </a></em>咨询</p>
<p>关于提交,请打包发送到
<em><a href="mailto:[email protected]">[email protected] </a></em>,请务必包含ReadMe.txt文件,里面包含你的姓名,学号和联系方式。
</p>
<p>
祝大家刷版愉快
</p>
</div>
</div>
</div>
</body>
<script type="text/javascript" charset="utf-8" src = "jquery.min.js"></script>
<script type="text/javascript" charset="utf-8" src = "head.js"></script>
</html>