{"id":2701,"date":"2017-06-18T13:05:18","date_gmt":"2017-06-18T05:05:18","guid":{"rendered":"http:\/\/www.qdabc.cn\/?p=2701"},"modified":"2017-06-18T13:05:18","modified_gmt":"2017-06-18T05:05:18","slug":"canvas%e9%bb%91%e5%ae%a2%e5%b8%9d%e5%9b%bd%e7%89%b9%e6%95%88","status":"publish","type":"post","link":"http:\/\/www.qdabc.cn\/?p=2701","title":{"rendered":"canvas\u9ed1\u5ba2\u5e1d\u56fd\u7279\u6548"},"content":{"rendered":"<pre>&lt;!DOCTYPE html&gt;\r\n&lt;html&gt;\r\n&lt;head&gt;\r\n&lt;meta charset=\"utf-8\"&gt;\r\n&lt;meta name=\"Author\" content=\"aoliann\"&gt;\r\n&lt;title&gt;un&lt;\/title&gt;\r\n&lt;style type=\"text\/css\"&gt;\r\n*{margin:0;padding:0;}\r\nhtml,body{height:100%;overflow: hidden;}\r\ncanvas{display: block;background: #000;}\r\n&lt;\/style&gt;\r\n&lt;\/head&gt;\r\n&lt;body&gt;\r\n&lt;canvas id='canvas' &gt;\r\n \u4f60\u7684\u6d4f\u89c8\u5668\u4e0d\u652f\u6301\uff0c\u8bf7\u4f60\u66f4\u6362\u6d4f\u89c8\u5668\r\n&lt;\/canvas&gt;\r\n&lt;script type=\"text\/javascript\"&gt;\r\nvar can = document.getElementById(\"canvas\");\r\nvar cxt = can.getContext('2d'); \/\/\u8bbe\u7f6e\u7ed8\u56fe\u73af\u5883\r\nvar w = canvas.width= window.screen.width;\r\nvar h = canvas.height = window.screen.height;\r\n\r\nvar words = Array(256).join('1').split('');\r\nvar text = '';\r\nvar x = 0;\r\nfunction draw(){\r\n     cxt.fillStyle = 'rgba(0,0,0,0.05)';\r\n     cxt.fillRect(0,0,w,h);\r\n     cxt.fillStyle = color();\r\n    words.map(function(y,n){\r\n     text = String.fromCharCode(65+Math.ceil(Math.random()*57));\r\n     x = n*10;\r\n    cxt.fillText(text,x,y);\r\n    words[n] = y&gt;(768 + Math.random()*484) ?0:y+10;\r\n    });\r\n}\r\nsetInterval(draw,30);\r\n\r\nfunction color(){\r\n    var r = Math.floor(Math.random()*256);\r\n    var g = Math.floor(Math.random()*256);\r\n    var b = Math.floor(Math.random()*256);\r\n\r\n   return \"rgb(\"+r+\",\"+g+\",\"+b+\")\"\r\n\r\n}\r\n&lt;\/script&gt;\r\n&lt;\/body&gt;\r\n&lt;\/html&gt;<\/pre>\n<p class=\"post-copyright\">\u6b22\u8fce\u5206\u4eab\u672c\u6587\uff0c\u8f6c\u8f7d\u8bf7\u4fdd\u7559\u51fa\u5904\uff1a<a href=\"http:\/\/www.qdabc.cn\">\u524d\u7aefABC<\/a> &raquo; <a href=\"http:\/\/www.qdabc.cn\/?p=2701\">canvas\u9ed1\u5ba2\u5e1d\u56fd\u7279\u6548<\/a><\/p>","protected":false},"excerpt":{"rendered":"<p>&lt;!DOCTYPE html&gt; &lt;html&gt; &lt;head&gt; &lt;meta charset=&#8221;utf-8&#8243;&gt; &lt;meta name=&#8221;Author&#8221;  [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[3],"tags":[30,386],"_links":{"self":[{"href":"http:\/\/www.qdabc.cn\/index.php?rest_route=\/wp\/v2\/posts\/2701"}],"collection":[{"href":"http:\/\/www.qdabc.cn\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/www.qdabc.cn\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/www.qdabc.cn\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/www.qdabc.cn\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=2701"}],"version-history":[{"count":1,"href":"http:\/\/www.qdabc.cn\/index.php?rest_route=\/wp\/v2\/posts\/2701\/revisions"}],"predecessor-version":[{"id":2702,"href":"http:\/\/www.qdabc.cn\/index.php?rest_route=\/wp\/v2\/posts\/2701\/revisions\/2702"}],"wp:attachment":[{"href":"http:\/\/www.qdabc.cn\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2701"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/www.qdabc.cn\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=2701"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/www.qdabc.cn\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=2701"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}