国产精品天干天干,亚洲毛片在线,日韩gay小鲜肉啪啪18禁,女同Gay自慰喷水

歡迎光臨散文網(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源碼的評論 (共 條)

分享到微博請遵守國家法律
海丰县| 白山市| 寻乌县| 武汉市| 和林格尔县| 肥城市| 南丰县| 留坝县| 滁州市| 房产| 新干县| 安吉县| 红河县| 新绛县| 亳州市| 临汾市| 沙田区| 固镇县| 尼玛县| 泽库县| 大化| 普兰店市| 万宁市| 平山县| 海阳市| 三穗县| 勐海县| 黎川县| 百色市| 苍山县| 柳州市| 阳春市| 沐川县| 榆林市| 民县| 台安县| 松潘县| 望奎县| 静海县| 建始县| 玛多县|