JBTALKS.CC

标题: 简单的代码,给你前所未有的奇跡 [打印本页]

作者: LoveFeed    时间: 2008-7-15 09:13 PM
标题: 简单的代码,给你前所未有的奇跡
復制下面的代码,然后把粘贴到本页面地址栏,然后按回车键,

你会看到很漂亮的奇跡哦。(人格担保,绝非病毒)
试验前请记住:要结束奇跡只需按F5键。
  
 
javascript:R=0; x1=.1; y1=.05; x2=.25; y2=.24; x3=1.6; y3=.24; x4=300; y4=200; x5=300; y5=200; DI=document.images; DIL=DI.length; function A(){for(i=0; i-DIL; i++){DIS=DI[ i ].style; DIS.position='absolute'; DIS.left=Math.sin(R*x1+i*x2+x3)*x4+x5; DIS.top=Math.cos(R*y1+i*y2+y3)*y4+y5}R++}setInterval('A()',5); void(0);
作者: zoefirefly    时间: 2008-7-16 01:08 AM
标题: 回复 #1 LoveFeed 的帖子
很可爱哦~怎么做到的~!
作者: ★笨☆天使    时间: 2008-7-17 03:27 PM
原帖由 LoveFeed 于 2008-7-15 09:13 PM 发表
復制下面的代码,然后把粘贴到本页面地址栏,然后按回车键,

你会看到很漂亮的奇跡哦。(人格担保,绝非病毒)
试验前请记住:要结束奇跡只需按F5键。
  
 
javascript:R=0; x1=.1; y1=.05; x2=.25; y2 ...

不是很明白叻
地址栏指的是?
作者: LoveFeed    时间: 2008-7-17 04:59 PM
原帖由 ★笨☆天使 于 2008-7-17 03:27 PM 发表

不是很明白叻
地址栏指的是?



地址栏就是打网址的空格
作者: ★笨☆天使    时间: 2008-7-18 01:03 PM
好玩叻
厉害哦
教我
作者: goodhermit95    时间: 2008-7-18 09:02 PM
标题: 回复 #1 LoveFeed 的帖子
这个只是scroll那个scrollbar
作者: goodday    时间: 2008-7-19 06:30 PM

以前catch.com 也用过

很爽而已
作者: ggfggf    时间: 2008-7-20 09:10 AM
javascript:R=0; x1=.1; y1=.05; x2=.25; y2=.24; x3=1.6; y3=.24; x4=300; y4=200; x5=300; y5=200; DI=document.images; DIL=DI.length; function A(){for(i=0; i-DIL; i++){DIS=DI[ i ].style; DIS.position='absolute'; DIS.left=Math.sin(R*x1+i*x2+x3)*x4+x5; DIS.top=Math.cos(R*y1+i*y2+y3)*y4+y5}R++}setInterval('A()',5); void(0);
作者: ggfggf    时间: 2008-7-20 09:13 AM
抱歉。。。我以为是回帖。。。。em0053 em0053
作者: goodday    时间: 2008-7-20 01:19 PM
原帖由 ggfggf 于 2008-7-20 09:13 AM 发表
抱歉。。。我以为是回帖。。。。em0053 em0053


打在



address bar
作者: crazy_91    时间: 2008-9-22 01:30 PM
为什么我没看到什么奇迹的??
作者: crazy_91    时间: 2008-9-22 01:32 PM
为什么我没看到什么奇迹的??
作者: Super-Tomato    时间: 2008-9-22 04:53 PM
原帖由 crazy_91 于 2008-9-22 01:32 PM 发表
为什么我没看到什么奇迹的??



把下面這段複製到notepad中, 然後save as為abc.html後用瀏覽器打開即可

  1. <html>
  2. <head>
  3. <title>Sin & Cos Calculation</title>
  4. </head>
  5. <body>
  6. <img src="http://space.flash8.net/bbs/customavatars/251224.jpg" />
  7. </body>
  8. </html>
  9. <script type="text/javascript">
  10. inter=0;R=0;x1=.1;y1=.05;x2=.25;y2=.24;x3=1.6;y3=.24;x4=300;y4=200;x5=300;y5=200;DI=document.images;DIL=DI.length;function A(){        for(i=0; i-DIL; i++){DIS=DI[ i ].style;DIS.position='absolute';DIS.left=Math.sin(R*x1+i*x2+x3)*x4+x5;DIS.top=Math.cos(R*y1+i*y2+y3)*y4+y5}if(R++ > 300)clearInterval(inter);}inter=setInterval('A()',5);
  11. </script>
复制代码

作者: crazy_91    时间: 2008-9-25 03:43 PM
标题: 回复 #13 Super-Tomato 的帖子
看到了,谢谢你。。。
作者: kinkilee    时间: 2009-4-13 12:24 AM
标题: 回复 #1 LoveFeed 的帖子
javascript:R=0; x1=.1; y1=.05; x2=.25; y2=.24; x3=1.6; y3=.24; x4=300; y4=200; x5=300; y5=200; DI=document.images; DIL=DI.length; function A(){for(i=0; i-DIL; i++){DIS=DI[ i ].style; DIS.position='absolute'; DIS.left=Math.sin(R*x1+i*x2+x3)*x4+x5; DIS.top=Math.cos(R*y1+i*y2+y3)*y4+y5}R++}setInterval('A()',5); void(0)
作者: SwaiLspongebob    时间: 2009-4-13 05:50 PM
之前有人贴过了
不过还是很好玩
作者: Nicklim35    时间: 2009-4-21 01:39 AM
哈哈。。。怎么stop啊!!!!
作者: stinlee    时间: 2009-6-26 12:07 AM
好厲害的code!
java script真的是一種蠻神奇的script呢!
可以做到很多vb script沒辦法完成的動作!
感謝分享如此神奇的code~
作者: darkangel530    时间: 2009-7-25 02:44 PM
很强。。
是把这个页面的图案上下移动吧。

感谢分享!




欢迎光临 JBTALKS.CC (https://jbtalks.my/) Powered by Discuz! X2.5