当前位置:   article > 正文

646 字节 js代码,做出类“黑客帝国”中代码下落的场景

黑客代码下落怎么解决

javascript最近很火呀!下面代码实现了黑客字符下落的场景:

  1. <body style=margin:0><canvas id=q /><script>var q=document.getElementById('q'),
  2. s=window.screen,w=q.width=s.width,h=q.height=s.height,p=Array(256).join(1).split(''),
  3. c=q.getContext("2d"),m=Math;setInterval(function(){c.fillStyle="rgba(0,0,0,0.05)";
  4. c.fillRect(0,0,w,h);c.fillStyle="rgba(0,255,0,1)";p=p.map(function(v,i){
  5. c.fillText(String.fromCharCode(m.floor(2720+m.random()*33)),i*10,v);v+=10;
  6. if(v>768+m.random()*10000)v=0;return v})},33)</script>

28005630_vQw8.jpg
来源:timelessname

转载于:https://my.oschina.net/u/147181/blog/164918

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/Cpp五条/article/detail/722982
推荐阅读
相关标签
  

闽ICP备14008679号