-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
600 lines (569 loc) · 40 KB
/
index.html
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
<!DOCTYPE html>
<head>
<title>你好,SACC!</title>
<!-- META DATA -->
<meta http-equiv="content-type" content="text/html;charset=UTF-8">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- CSS 实现插件 -->
<link rel="stylesheet" type="text/css" href="assets/css/font-awesome.min.css">
<link rel="stylesheet" href="assets/css/bicolor.min.css">
<!-- CSS -->
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/css/animate.min.css">
<link rel="stylesheet" href="assets/css/style.css">
<!--<link rel="stylesheet" href="assets/css/load.css">-->
<!-- IE8 -->
<!-- IE 9-->
<!--<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>-->
<!--[endif]-->
<!-- 网站图标 -->
<link rel="shortcut icon" href="assets/img/logo_副本.png">
<link rel="apple-touch-icon" href="assets/img/logo_副本4.png">
<link rel="apple-touch-icon" sizes="72x72" href="assets/img/logo_副本2.png">
<link rel="apple-touch-icon" sizes="114x114" href="assets/img/logo_副本3.png">
<script src="../node.js"></script>
</head>
<body>
<div id="awd-site-wrap" class="bg bg-home">
<div id="bg">
<div id="overlay">
<div class="awd-site-bg bg-home"></div>
<div class="awd-site-bg bg-apply"></div>
<div class="awd-site-bg bg-about"></div>
<div class="awd-site-bg bg-techincals"></div>
<div class="awd-site-bg bg-contact"></div>
</div>
<canvas id="awd-site-canvas"></canvas>
</div>
<!-- 开始网站标题 -->
<header id="awd-site-header">
<div id="awd-site-logo" class="animated" data-animation="fadeInDown" data-animation-delay="500">
<h1><a href="#" class="go-slide" data-slide="home"><span><img
src="assets/img/logo_副本_副本.png"> sacc</span></a></h1>
</div>
<button class="menu-toggle animated" data-animation="fadeInDown" data-animation-delay="500" data-role="toggle">
<span></span>
<span></span>
<span></span>
</button>
<!-- 开始导航 -->
<nav id="awd-site-nav" class="navigation animated" data-animation="fadeInDown" data-animation-delay="500">
<div class="nav-container">
<!-- 开始导航菜单项 -->
<ul>
<li><a href="#" data-slide="home" class="active">首页</a></li>
<li><a href="#" data-slide="apply">申请</a></li>
<li><a href="#" data-slide="about">关于</a></li>
<li><a href="#" data-slide="techincals">技术部</a></li>
<li><a href="#" data-slide="contact">联系我们</a></li>
</ul>
<!-- 开始导航菜单项结束 -->
</div>
</nav>
<!-- 导航结束 -->
</header>
<!-- 开始标题结束 -->
<!-- 主体部分 -->
<main id="awd-site-main">
<!-- 开始部分-->
<section id="awd-site-content">
<div class="sections-block">
<div class="slides">
<div class="slides-wrap">
<!-- 主页部分 -->
<div class="slide-item" data-slide-id="home">
<!-- 启动容器 -->
<div class="container-fluid">
<div class="row">
<div class="col-md-12">
<!-- 开始幻灯片内容 -->
<div class="slide-content">
<div class="row">
<div class="col-lg-6 col-md-6 svm">
<div class="section-info text-left">
<div class="countdown">
<div id="clock" class="animated" data-animation="fadeIn"
data-animation-delay="60">
<!--<img alt="welcome to sacc" src="assets/img/未命名_副本.png">-->
</div>
</div>
</div>
</div>
<div class="col-lg-5 col-lg-offset-1 col-md-6 svm">
<div class="section-info text-right">
<!-- 标题 -->
<h2 class="section-title text-default animated"
data-animation="fadeIn" data-animation-delay="50">Hey
Guys!<br> 我们开始招新啦...</h2>
<!-- 标题结束 -->
<p class="animated" data-animation="fadeIn"
data-animation-delay="55">一年一度的院科协招新开始了!<br/> 各位热爱编程的小伙伴还在等什么<br/>不要再犹豫赶快上车,Join
us! </p>
<a href="#" class="btn go-slide animated"
data-animation="fadeIn" data-animation-delay="60"
data-slide="about">Who we are?</a>
<a href="#" class="btn btn-inverse go-slide animated"
data-animation="fadeIn" data-animation-delay="60"
data-slide="apply">Join us!</a>
</div>
</div>
</div>
</div>
<!-- 幻灯片内容结束-->
</div>
</div>
</div>
<!-- 结束容器 -->
</div>
<!-- 首页部分 -->
<div class="slide-item" data-slide-id="apply">
<!-- 启动容器 -->
<div class="container-fluid">
<div class="row">
<div class="col-md-12">
<!-- 开始幻灯片内容-->
<div class="slide-content">
<div class="row" id="reform">
<div class="col-lg-5 col-lg-offset-2 col-md-6 col-md-offset-1 col-md-push-5 svm">
<div class="section-info text-right" id="reform01">
<!-- 标题开始 -->
<h2 class="section-title text-default animated"
data-animation="fadeIn" data-animation-delay="60">加入我们</h2>
<!-- 标题结束 -->
<p class="animated" data-animation="fadeIn"
data-animation-delay="100">你就是院科协的一员了,
让我们共同开启编程之旅.<br/> 在这里有经验丰富的学长学姐,有轻松的氛围,也有那个最可爱的你.<br/>
欢迎你加入科协这个大家庭!
</p>
</div>
</div>
<div class="col-md-5 col-md-pull-7 svm">
<div class="section-info text-left" id="reform00">
<p>写下你的<strong>资料</strong>,你就是我们的人了!
<div id="ajax"></div>
</p>
<!-- 注册表单 -->
<div class="row">
<div class="col-md-12 col-md-offset-0 col-sm-8 col-sm-offset-2">
<form id="apply-form" class="apply-form"
method="post">
<input type="text" id="apply-stu"
name="student_id"
placeholder="请留下你的学号"/>
<input type="text" id="apply-name"
name="name"
placeholder="请留下你的姓名"/>
<input type="text" id="apply-QQ"
name="qq"
maxlength="15"
placeholder="请留下你的QQ"/>
<input type="email" id="apply-email"
name="email"
placeholder="请留下你的邮箱"/>
<select id="bumen" title="bumen" name="choice">
<option class="apply-form-option" value="0">
请选择你要加入的部门
</option>
<option class="apply-form-option" value="1">
办公室
</option>
<option class="apply-form-option" value="2">
新媒体
</option>
<option class="apply-form-option" value="3">
技术部
</option>
</select>
</form>
<button id="apply-submit" type="submit"
class="btn btn-inverse">
<i
class="fa fa-mouse-pointer"></i>
<span>申请</span></button>
</div>
</div>
<!-- 注册表单结束 -->
</div>
</div>
</div>
</div>
<!-- 幻灯片内容结束-->
</div>
</div>
</div>
<!-- 结束容器 -->
</div>
<!-- 关于部分 -->
<div class="slide-item" data-slide-id="about">
<!-- 启动容器 -->
<div class="container-fluid">
<div class="row">
<div class="col-md-12">
<!-- 开始幻灯片内容-->
<div class="slide-content">
<div class="row">
<div class="col-lg-5 col-lg-offset-2 col-md-6 col-md-offset-1 col-md-push-5 svm">
<div class="section-info text-right">
<!-- 标题开始 -->
<h2 class="section-title text-default animated"
data-animation="fadeIn" data-animation-delay="60">关于我们<br>
</h2>
<h3 class="section-title text-default animated"
data-animation="fadeIn" data-animation-delay="60">
计软网安院科学与技术协会
</h3>
<!-- 标题结束 -->
<p class="animated" data-animation="fadeIn"
data-animation-delay="100">
计算机学院科协成立于1987年,是计算机学院分团委领导下以科学技术交流为目的的学生组织,其宗旨在于营造科技氛围,提高科技素质,造就科技人才。该协会以学院的特色专业为依托,结合学院专业学科及学生的实际情况,围绕当今科技领域的热点问题,积极组织在校学生参加科技活动,开展技术交流,培养学生的脑力思维,提高科技认知能力及动手能力。</p>
</div>
</div>
<div class="col-md-5 col-md-pull-7 svm">
<div class="section-info text-left">
<!-- 开始部门介绍列表 -->
<div class="features-list">
<!-- 办公室 -->
<div class="featured-item animated" data-animation="fadeIn"
data-animation-delay="150">
<div class="featured-text">
<h3><i class="fa fa-comments-o"></i> 办公室</h3>
<p>
办公室是科协的重要组成部分!它负责科协的整个统筹规划,承担活动策划宣传,组织运行,等工作。其下设有内务部,策划部宣传部。在办公室成员的合作下,科协才能顺利地举办各种比赛。另外,它也是科协交流放松地方和科协女生的集中营!</p>
</div>
</div>
<div class="featured-item">
<!-- 技术部 -->
<div class="featured-item animated"
data-animation="fadeIn"
data-animation-delay="150">
<div class="featured-text">
<h3><i class="fa fa-bug"></i> 技术部</h3>
<p>
技术部现有算法、程序设计、前端设计和网络安全等技术方向,这些技术相辅相成。技术部的骨干成员实力雄厚,经历丰富。多人在程序设计大赛、网络攻防大赛、网页设计大赛等中获得奖项。
</p>
</div>
</div>
</div>
<div class="featured-item">
<!-- 多媒体 -->
<div class="featured-item animated"
data-animation="fadeIn"
data-animation-delay="150">
<div class="featured-text">
<h3><i class="fa fa-camera"></i> 新媒体</h3>
<p>
作为科协的推广部门,新媒体的小伙伴们主要负责的是关于科协的信息的发布与分享,以及院科协公众号的运营,同时还会教授剪辑学院视频的内容,一起见证科协的各项活动,为院科协的蓬勃发展添上有力的一笔。</p>
</div>
</div>
</div>
</div>
<!-- 结束部门介绍 -->
</div>
</div>
</div>
</div>
<!-- 幻灯片内容结束 -->
</div>
</div>
</div>
<!-- 结束容器 -->
</div>
<!-- 技术部小组介绍 -->
<div class="slide-item" data-slide-id="techincals">
<!-- 启动容器 -->
<div class="container-fluid">
<div class="row">
<div class="col-md-12">
<!-- 开始幻灯片内容 -->
<div class="slide-content">
<div class="row">
<div class="col-lg-5 col-lg-offset-2 col-md-6 col-md-offset-1 col-md-push-5 svm">
<div class="section-info text-right">
<!-- 右开始 -->
<h3 class="section-title text-default animated"
data-animation="fadeIn"><i class="fa fa-html5"></i> 前端开发组
</h3>
<p class="animated" data-animation="fadeIn"
data-animation-delay="100">我们是网站的艺术总监,只写有情怀的代码<br>
我们是科协的颜值担当,只做有情调的码农<br>欢迎加入前端开发组~</p>
<h3 class="section-title text-default animated"
data-animation="fadeIn"><i class="fa fa-wifi"></i> 嵌入式开发组
</h3>
<p class="animated" data-animation="fadeIn"
data-animation-delay="100">
带领认识linux到深入linux操作系统内核,硬件、嵌入式、物联网开发,以及任何与计算机技术相关交流,欢迎dalao和萌新加入。</p>
<h3 class="section-title text-default animated"
data-animation="fadeIn"><i class="fa fa-superscript"></i>
算法组</h3>
<p class="animated" data-animation="fadeIn"
data-animation-delay="100">
算法是实现一切愿望的工具,无论你想学前后端或是安全,嵌入式或是python,乃至成为(看着别人头秃的)马猴烧酒,算法组都是都是你的不二选择哟~</p>
<!-- 右结束 -->
</div>
</div>
<div class="col-md-5 col-md-pull-7 svm">
<div class="section-info text-left">
<!-- 左开始 -->
<div class="techincal animated" data-animation="fadeIn"
data-animation-delay="150"><h3><i class="fa fa-lock"></i>
安全组</h3>
<p>
安全组是科协一个特别的组,因为凡是涉及到计算机都与安全密不可分。也正因为如此,对于组员需要有强大的自学能力,以后的学习也都大多是自学。我们祖传宁缺勿滥的原则,只有达到要求被承认的人才能加入。</p>
</div>
<div class="techincal animated" data-animation="fadeIn"
data-animation-delay="150">
<h3><i class="fa fa-book"></i> Python组</h3>
<p>
Python是现在非常火爆的一门编程语言,尤其在人工智能方面独霸一方,数据挖掘数据分析上也有不菲的性能,爬虫更是活跃于各大网站。我们python组是以爬虫和数据分析为主,一起学习一起进步的大家庭,希望萌新们多多关注。</p>
</div>
<div class="techincal animated" data-animation="fadeIn"
data-animation-delay="150">
<h3><i class="fa fa-desktop"></i> 后端开发组</h3>
<p>如果你喜欢设计应用程序的基础设施,实现算法和逻辑,以及工作于数据,那么你可能会喜欢成为一名后端开发人员。</p>
</div>
<!--左结束-->
</div>
</div>
</div>
</div>
<!-- 幻灯片内容结束 -->
</div>
</div>
</div>
<!-- 结束容器 -->
</div>
<!-- 联系我们部分 -->
<div class="slide-item" data-slide-id="contact">
<!-- 启动容器 -->
<div class="container-fluid">
<div class="row">
<div class="col-md-12">
<!-- 开始幻灯片内容 -->
<div class="slide-content">
<div class="row">
<div class="col-lg-5 col-lg-offset-1 col-md-6 col-md-push-6 svm">
<div class="section-info text-right">
<!-- 标题开始 -->
<h2 class="section-title text-default animated"
data-animation="fadeIn">联系我们</h2>
<!-- 标题结束 -->
<div class="contact-info">
<p class="contact-item"><a
href="https://jq.qq.com/?_wv=1027&k=5Ijl448"><i
class="fa fa-qq"></i> QQ:
3159742702</a></p>
<p class="contact-item"><a
href="https://mp.weixin.qq.com/mp/profile_ext?action=home&__biz=MzI5NjY5ODE0Nw==&scene=124#wechat_redirect">
<i class="fa fa-wechat"></i> 微信:
南邮计软网安院科协</a></p>
<a href="mailto:[email protected]"><p class="contact-item"><i class="fa fa-envelope"></i> 邮箱:
[email protected]</p></a>
<p class="contact-item"><a href=""> <i
class="fa fa-map-marker"></i> 南京
南京邮电大学 </a></p>
<p class="contact-item"><a
href="https://github.com/NJUPT-SACC"><i
class="fa fa-github"></i>
Github:南京邮电大学计算机软件学院网络空间安全学院科学与技术协会</a></p>
</div>
<p class="animated" data-animation="fadeIn"
data-animation-delay="100"></p>
<h3>计软网安院科协期待你的加入</h3>
<h5></h5>
</div>
</div>
<div class="col-lg-6 col-md-6 col-md-pull-6 svm">
<div class="section-info text-left">
<!-- 左部分介绍(表单)待定 -->
<form id="contact-form" class="contact-form">
<div class="row">
</div>
</form>
</div>
<!-- 左部分结束 -->
<div class="contact-notice"></div>
<!-- 表单结束 -->
</div>
</div>
</div>
</div>
<!-- 幻灯片内容结束 -->
</div>
</div>
</div>
</div>
<!-- 结束容器 -->
</div>
</div>
</section>
</main>
<footer id="awd-site-footer">
<!-- 左下角 -->
<div class="copyright animated" data-animation="fadeInUp" data-animation-delay="500">
<p>sacc期待你的加入</p>
</div>
<!-- 左下角结束 -->
<!-- 社交图标开始 -->
<nav class="social-icons" data-animation="fadeInUp" data-animation-delay="500">
<ul>
<li title="主页"><a href=""><i class="fa fa-home"></i></a></li>
<li title="QQ"><a href="https://jq.qq.com/?_wv=1027&k=5Ijl448"><i class="fa fa-qq"></i></a></li>
<li title="微信号:nuptsacc"><a
href="https://mp.weixin.qq.com/mp/profile_ext?action=home&__biz=MzI5NjY5ODE0Nw==&scene=124#wechat_redirect"><i
class="fa fa-weixin"></i></a></li>
<li title="github"><a href="https://github.com/NJUPT-SACC"><i class="fa fa-github"></i></a></li>
<li title="email"><a href="mailto:[email protected]"><i class="fa fa-envelope"></i> </a></li>
</ul>
</nav>
<!-- 社交图标结束 -->
</footer>
</div>
</div>
<!-- 结束部分 -->
<!-- 搞定~ -->
<!-- JS -->
<script src="assets/js/jquery-1.11.3.min.js"></script>
<script type="text/javascript" src="assets/js/bootstrap.min.js"></script>
<script type="text/javascript" src="assets/js/vendor.js"></script>
<script type="text/javascript" src="assets/js/options.js"></script>
<script type="text/javascript" src="assets/js/main.js"></script>
<script>
$(document).ready(function () {
var stu = 0;
var bu = 0;
var koukou = 0;
var summ;
var reg2 = new RegExp("[`~!@#$^&*()=|{}':;',\\[\\].<>/?~!@#¥……&*()——|{}【】‘;:”“'。,、?]");
$("#apply-stu").blur(function () {
var re = document.querySelector("#apply-stu");
console.log(re.value);
if (reg2.test(re.value)){
$("#apply-stu").attr("value", "");
alert("dalao,不要搞我了~");
stu = 0;
}else if (re.value.length != 9) {
$("#apply-stu").css({"background": " url(assets/img/X.png) no-repeat right", "border-color": "red"});
stu = 0;
} else {
$("#apply-stu").css({"background": " url(assets/img/C.png) no-repeat right", "border-color": ""});
stu = 1;
}
});
$("#apply-QQ").blur(function () {
var re1 = document.querySelector("#apply-QQ");
//console.log(re1.value.length);
if (reg2.test(re1.value)){
alert("dalao,不要搞我了~");
$("#apply-QQ").attr("value","");
}else if (re1.value.length < 6 || re1.value.length > 12) {
$("#apply-QQ").css({"background": " url(assets/img/X.png) no-repeat right", "border-color": "red"});
koukou = 0;
} else {
$("#apply-QQ").css({"background": " url(assets/img/C.png) no-repeat right", "border-color": ""});
koukou = 1;
}
});
$("#bumen").blur(function () {
var re2 = document.querySelector("#bumen");
//console.log(re2.value);
if (re2.value == 0) {
$("#bumen").css({"background": " url(assets/img/X.png) no-repeat right", "border-color": "red"});
bu = 0;
//console.log("ok");
} else {
$("#bumen").css({"background": " url(assets/img/C.png) no-repeat right", "border-color": ""});
bu = 1;
}
});
$("#apply-name").blur(function () {
var re1 = document.querySelector("#apply-name");
//console.log(re1.value.length);
if (reg2.test(re1.value)){
alert("dalao,不要搞我了~");
$("#apply-name").attr("value","");
return false;
}else{
return true;
}
});
$("#apply-submit").click(function () {
var obj3 = document.getElementById("bumen");
var formData = "";
var inputElements = document.getElementsByTagName("input");
var reg0 = new RegExp("[A-Za-z0-9]+$");
var reg1 = new RegExp("\d{3,12}");
var obj0 = document.getElementById("apply-stu"); //要验证的对象
var obj1 = document.getElementById("apply-QQ");
var obj2 = document.getElementById("apply-name");
summ = bu + koukou + stu;
console.log(summ);
if (obj0.value === "" || obj1.value === "" || obj2.value === "" || obj3.value === 0) { //输入不能为空
$("#apply-stu").css("background", " url(assets/img/X.png) no-repeat right");
$("#apply-stu").css("border-color", "red");
// $("#apply-stu-notice").text("输入不能为空");
} else if (!reg0.test(obj0.value)) { //正则验证不通过,格式不对
console.log("学号或QQ输入错误!");
} else if (summ = 3) {
for (var i = 0; i < inputElements.length; i++) {
formData += inputElements[i].name + "=" + inputElements[i].value + "&";
}
formData += "choice=" + obj3.value + "&";
console.log(formData);
$.ajax({
url: "http://admin.njupt-sacc.com//newstudent/sign_up/",
type: "post",
dataType: "json",
data: formData,
async: false,
success: function (resp) {
if (resp.error == 1) {
alert("输入不能为空!");
$("#apply-notice").text("输入不能为空");
console.log(resp)
} else if (resp.error == 2) {
alert("该邮箱已注册,请到邮箱进行验证!");
} else if (resp.error == 3) {
$("#apply-stu").attr("value", "");
alert("该学号已注册~");
$("#apply-stu").css({
"background": " url(assets/img/X.png) no-repeat right",
"border-color": "red"
});
$("#apply-stu").attr({"value": "", "placeholder": "该学号已注册~"});
$("#apply-stu").attr("value", "");
console.log(resp)
} else if (resp.error == 4) {
alert("该QQ已注册~");
$("#apply-QQ").css({
"background": " url(assets/img/X.png) no-repeat right",
"border-color": "red"
});
$("#apply-QQ").attr({"value": "", "placeholder": "该QQ已注册~"});
$("#apply-stu").attr("value", "");
console.log(resp)
} else if (resp.error == 5) {
alert("该邮箱已注册~");
$("#apply-email").css({
"background": " url(assets/img/X.png) no-repeat right",
"border-color": "red"
});
$("#apply-email").attr({"value": "", "placeholder": "该邮箱已注册~"});
$("#apply-stu").attr("value", "");
console.log(resp.error)
} else if (resp.success == 0) {
alert("注册成功!");
console.log(resp);
$("#reform01").html("<img src='assets/img/timg.jpg'>");
$("#reform00").html("<h1> 我们发送了一封验证邮件到你的邮箱,请进行验证!</h1>");
}
},
error: function (resp) {
window.open("404.html");
}
})
}
});
});
</script>
</body>