无码av一区二区三区无码,在线观看老湿视频福利,日韩经典三级片,成 人色 网 站 欧美大片在线观看

歡迎光臨散文網(wǎng) 會員登陸 & 注冊

數(shù)字雨html源碼

2023-07-06 18:23 作者:Morgo_  | 我要投稿

<!DOCTYPE html>


<html>


<head>


<meta charset="UTF-8">


<title>Code</title>


<style>


body{


margin: 0;


overflow: hidden;


}


</style>


</head>


<body>


<canvas id="myCanvas"></canvas>


<script>


const width = document.getElementById("myCanvas").width = screen.availWidth;


const height = document.getElementById("myCanvas").height = screen.availHeight;


const ctx = document.getElementById("myCanvas").getContext("2d");


const arr = Array(Math.ceil(width / 10)).fill(0);


const str = "ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789".split("");


function rain() {


ctx.fillStyle = "rgba(0,0,0,0.05)";


ctx.fillRect(0, 0, width, height);


ctx.fillStyle = "#0f0";


arr.forEach(function (value, index) {


ctx.fillText(str[Math.floor(Math.random() * str.length)], index * 10, value + 10);


arr[index] = value >= height || value > 8888 * Math.random() ? 0 : value + 10;


});


}


setInterval(rain, 30);


</script>


</body>


</html>


數(shù)字雨html源碼的評論 (共 條)

分享到微博請遵守國家法律
孟连| 邢台县| 金川县| 永嘉县| 龙里县| 房产| 东宁县| 广丰县| 荆门市| 六枝特区| 博湖县| 灵寿县| 保德县| 开鲁县| 明水县| 鹤岗市| 逊克县| 孝义市| 和顺县| 古交市| 承德市| 肃南| 镇康县| 弥渡县| 南雄市| 肥城市| 余江县| 扎鲁特旗| 呼伦贝尔市| 滨州市| 长海县| 庄河市| 湖南省| 莆田市| 宝清县| 烟台市| 青州市| 岱山县| 利辛县| 咸丰县| 疏附县|