<table class="html5">
<tr class="li1"><td class="ln"><pre class="de1">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 > > > ><> > $(function(){ $(".add").hide(); (function m(){ $(".add").slideDown(2000); })()//立即执行 function c(){ $(".add").slideUp(2000); } time=setInterval(c,6000); clearInterval(c); /*或者time=setTimeout(c,6000);*/ }) > > div{ font-size:86px; font-weight:bold; text-align:center; line-height:500px;} > > > > > > > 原文链接:https://www.f2er.com/note/421568.html