{"id":767,"date":"2017-03-07T22:14:44","date_gmt":"2017-03-07T14:14:44","guid":{"rendered":"http:\/\/www.qdabc.cn\/?p=767"},"modified":"2017-03-07T22:14:44","modified_gmt":"2017-03-07T14:14:44","slug":"html5%ef%bc%9acanvas%e5%85%9a%e5%be%bd%e5%92%8c%e4%ba%94%e8%a7%92%e6%98%9f","status":"publish","type":"post","link":"http:\/\/www.qdabc.cn\/?p=767","title":{"rendered":"HTML5\uff1acanvas\u515a\u5fbd\u548c\u4e94\u89d2\u661f"},"content":{"rendered":"<p>1\u3001\u515a\u5fbd\uff08\u56fd\u6c11\u515a\uff09<\/p>\n<pre class=\"brush:html;toolbar:false\">&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;title&gt;\u515a\u5fbd&lt;\/title&gt;\r\n&lt;\/head&gt;\r\n&lt;body&gt;\r\n&lt;canvas id=\"canvas\" width=\"600\" height=\"600\"&gt;\r\n    \u60a8\u7684\u6d4f\u89c8\u5668\u4e0d\u652f\u6301canvas\u6807\u7b7e\uff0c\u65e0\u6cd5\u770b\u5230\u515a\u5fbd\r\n&lt;\/canvas&gt;\r\n&lt;script&gt;\r\n    var canvas = document.getElementById(\"canvas\");\r\n    var context = canvas.getContext(\"2d\");\r\n    context.beginPath();\r\n    context.arc(300, 300, 200, 0, 360);\r\n    context.fillStyle = \"#030d48\";\r\n    context.strokeStyle = \"grey\";\r\n    context.lineWidth = \"10\";\r\n    context.stroke();\r\n    context.fill();\r\n    context.closePath();\r\n    context.beginPath();\r\n    for (var i = 0; i &lt; 12; i++) {\r\n        context.lineTo(Math.cos((i * 30) \/ 180 * Math.PI) * 200 + 300,\r\n                Math.sin((i * 30) \/ 180 * Math.PI) * 200 + 300);\r\n        context.lineTo(Math.cos((i * 30 + 15) \/ 180 * Math.PI) * 105 + 300,\r\n                Math.sin((i * 30 + 15) \/ 180 * Math.PI) * 105 + 300);\r\n    }\r\n    context.fillStyle = \"#ffffff\";\r\n    context.fill();\r\n    context.closePath();\r\n    context.beginPath();\r\n    context.arc(300, 300, 105, 0, 360);\r\n    context.strokeStyle = \"#030d48\";\r\n    context.lineWidth = \"10\";\r\n    context.stroke();\r\n    context.closePath();\r\n&lt;\/script&gt;\r\n&lt;\/body&gt;\r\n&lt;\/html&gt;<\/pre>\n<p>2\u3001\u4e94\u89d2\u661f<\/p>\n<pre class=\"brush:html;toolbar:false\">&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;title&gt;\u4e94\u89d2\u661f&lt;\/title&gt;\r\n&lt;\/head&gt;\r\n&lt;body&gt;\r\n&lt;canvas id=\"canvas\" width=\"600\" height=\"600\"&gt;\r\n    \u60a8\u7684\u6d4f\u89c8\u5668\u4e0d\u652f\u6301canvas\u6807\u7b7e\uff0c\u65e0\u6cd5\u770b\u5230\u4e94\u89d2\u661f\r\n&lt;\/canvas&gt;\r\n&lt;script&gt;\r\n    var canvas = document.getElementById(\"canvas\");\r\n    var context = canvas.getContext(\"2d\");\r\n    context.beginPath();\r\n    context.rotate(18*Math.PI\/180);\r\n    for (var i = 0; i &lt; 5; i++) {\r\n        context.lineTo(Math.cos((i * 72+36) \/ 180 * Math.PI) * 200 + 300,\r\n                Math.sin((i * 72+36) \/ 180 * Math.PI) * 200 + 150);\r\n        context.lineTo(Math.cos((i * 72+72) \/ 180 * Math.PI) * 75 + 300,\r\n                Math.sin((i * 72+72) \/ 180 * Math.PI) * 75 + 150);\r\n    }\r\n    context.fillStyle = \"#ff0000\";\r\n    context.fill();\r\n    context.closePath();\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=767\">HTML5\uff1acanvas\u515a\u5fbd\u548c\u4e94\u89d2\u661f<\/a><\/p>","protected":false},"excerpt":{"rendered":"<p>1\u3001\u515a\u5fbd\uff08\u56fd\u6c11\u515a\uff09 &lt;!doctype html&gt; &lt;html&gt; &lt;head&gt; &lt;meta charset=&#8221;UTF-8&#8243;&gt; &lt;title&gt; [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":20,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[2],"tags":[30,156],"_links":{"self":[{"href":"http:\/\/www.qdabc.cn\/index.php?rest_route=\/wp\/v2\/posts\/767"}],"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=767"}],"version-history":[{"count":1,"href":"http:\/\/www.qdabc.cn\/index.php?rest_route=\/wp\/v2\/posts\/767\/revisions"}],"predecessor-version":[{"id":768,"href":"http:\/\/www.qdabc.cn\/index.php?rest_route=\/wp\/v2\/posts\/767\/revisions\/768"}],"wp:featuredmedia":[{"embeddable":true,"href":"http:\/\/www.qdabc.cn\/index.php?rest_route=\/wp\/v2\/media\/20"}],"wp:attachment":[{"href":"http:\/\/www.qdabc.cn\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=767"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/www.qdabc.cn\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=767"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/www.qdabc.cn\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=767"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}