赞
踩
- <!doctype html>
- <html>
- <head>
- <meta charset="utf-8" />
- <title>daimayu</title>
- <meta name="keywords" content="">
- <meta name="description" content="">
- <style>
- body {
- margin: 0;
- overflow: hidden;
- }
- </style>
- </head>
-
- <body>
- <canvas width=100% height=100% style="background:orangered;" id="canvas"></canvas>
- <script>
- var canvas = document.getElementById("canvas");
- var ctx = canvas.getContext("2d");
- var s = window.screen;
- var w = s.width;
- var h = s.height;
- canvas.width = w;
- canvas.height = h;
-
- var fontSize = 25;
- var clos = Math.floor(w/fontSize);
- var
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。