<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>王小卓雅月中愁</title>
<style type="text/css">
html,body{width: 100%;height: 850px;}
body{
background: #000;
overflow: hidden;
margin: 0;
padding: 0;
}
</style>
</head>
<body>
<canvas
ctx.fillStyle = code.color;
//把代码画出来
ctx.fillText(code.text,code.x,code.y);
}
}
requestAnimationFrame(codeRaining);
}
//创建代码雨
createCodeRain();
//开始下雨吧 GO>>
requestAnimationFrame(codeRaining);
</script>
</body>
</html>
相关文章: