猫史档案馆


没啥卵用的程序

用户:小苏打_小苏打_查看:0 回复:0 评论:0 创建时间:2020-11-08T14:34:33


<html>

<head>
    <title>H喵L-JS #20201107</title>
</head>

<body>
    <h1>一起来接受视觉盛宴吧!</h1>
    <h2>#18 446 744 073 709 551 616</h2>
    <canvas id="canvas" width="1000" height="10000"></canvas>
    <script>
        function y() {
            var canvas = document.getElementById("canvas");
            var dr = canvas.getContext("2d");
            dr.fillRect(Math.floor(Math.random() * 100) * 10, Math.floor(Math.random() * 1000) * 10, 10, 10);
        }
        var e = Math.floor(Math.random() * 100000);
        for (var q = 0; q < e; q++) {
            setTimeout(y, 0);
        }
    </script>
</body>

</html>​

 

p.s.我实在是找不到合适的发帖分区,好像只有代码岛和这个有一丝丝的喵以,不要再说我是标题党了!!!!!


回复

上一页1 页 / 共 0下一页