Español
<!-- http://www.downcodes.com --> <!-- bbs http://bbs.downcodes.com --> <!--把如下代码加入到<cuerpo>区域中--> <script language="JavaScript"> <!-- var no = 50; velocidad variable = 1; var ns4up = (documento.capas)? 1: 0; var ie4up = (document.all)? 1: 0; var s, x, y, sn, cs; var a, r, cx, cy; var i, ancho_doc = 800, altura_doc = 600; if (ns4up) { doc_width = self.innerWidth; doc_height = self.innerHeight; } else if (es decir,4up) { doc_width = document.body.clientWidth; doc_height = documento.body.clientHeight; } x = nueva matriz(); y = nueva matriz(); r = nueva matriz(); cx = nueva matriz(); cy = nueva matriz(); s = 8; for (i = 0; i < no; ++ i) { initRain(); if (ns4up) { if (i == 0) { document.write("<nombre de capa="punto"+ i +"" left="1" "); document.write("top="1" visibilidad="show"><font color="#999999">"); document.write(",</font></layer>"); } else { document.write("<nombre de capa="punto"+ i +"" left="1" "); document.write("top="1" visibilidad="show"><font color="#999999">"); document.write(",</font></layer>"); } } else if (ie4up) { if (i == 0) { document.write("<div id="punto"+ i +"" estilo="POSICIÓN: "); document.write("absoluta ; ÍNDICE Z: "+ i +"; VISIBILIDAD: "); document.write("visible; ARRIBA: 15px; IZQUIERDA: 15px;"><color de fuente="#999999">"); document.write(",</font></div>"); } else { document.write("<div id="punto"+ i +"" estilo="POSICIÓN: "); document.write("absoluto; ÍNDICE Z: "+ i +"; VISIBILIDAD: "); document.write("visible; ARRIBA: 15px; IZQUIERDA: 15px;"><font color="#999999">"); document.write(",</font></div>"); } } } función initRain() { a = 6; r[yo] = 1; sn = Matemáticas.sin(a); cs = Matemáticas.cos(a); cx[i] = Math.random() * doc_width + 1; cy[i] = Math.random() * doc_height + 1; x[i] = r[i] * sn + cx[i]; y[i] = cy[i]; } función makeRain() { r[i] = 1; cx[i] = Math.random() * doc_width + 1; cy[i] = 1; x[i] = r[i] * sn + cx[i]; y[i] = r[i] * cs + cy[i]; } función actualizarRain() { r[i] += s; x[i] = r[i] * sn + cx[i]; y[i] = r[i] * cs + cy[i]; } función gota de lluviaNS() { para (i = 0; i < no; ++ i) { updateRain(); if ((x[i] <= 1) || (x[i] >= (doc_width - 20)) || (y[i] >= (doc_height - 20))) { makeRain(); doc_width = self.innerWidth; doc_height = self.innerHeight; } document.layers["punto"+i].top = y[i]; document.layers["punto"+i].left = x[i]; } setTimeout("gota de lluviaNS()", velocidad); } función gota de lluviaIE() { para (i = 0; i < no; ++ i) { updateRain(); if ((x[i] <= 1) || (x[i] >= (doc_width - 20)) || (y[i] >= (doc_height - 20))) { makeRain(); doc_width = documento.body.clientWidth; doc_height = documento.body.clientHeight; } document.all["punto"+i].style.pixelTop = y[i]; document.all["punto"+i].style.pixelLeft = x[i]; } setTimeout("gota de lluviaIE()", velocidad); } if (ns4up) { gota de lluviaNS(); } else if (ie4up) { gota de lluviaIE(); } --> </script>