
{"id":716,"date":"2016-01-11T17:52:18","date_gmt":"2016-01-11T09:52:18","guid":{"rendered":"https:\/\/www.webteach.tw\/?p=716"},"modified":"2016-01-11T17:52:18","modified_gmt":"2016-01-11T09:52:18","slug":"html5-canvas-%e6%95%99%e5%ad%b8-%e7%95%ab%e5%9c%93","status":"publish","type":"post","link":"https:\/\/www.webteach.tw\/?p=716","title":{"rendered":"[ HTML5 Canvas] &#8211; \u6559\u5b78 \u756b\u5713"},"content":{"rendered":"<div style='text-align:center' class='yasr-auto-insert-overall'><\/div><div style='text-align:center' class='yasr-auto-insert-visitor'><\/div><div style=\"margin-top: 0px; margin-bottom: 0px;\" class=\"sharethis-inline-share-buttons\" ><\/div><p>[html]<br \/>\n&lt;!DOCTYPE HTML&gt;&lt;!&#8211; HTML5 \u5ba3\u544a \u5f88\u91cd\u8981\u5225\u6f0f\u6389&#8211;&gt;<br \/>\n&lt;html&gt;<br \/>\n  &lt;head&gt;<br \/>\n&lt;style&gt;<br \/>\n      body {<br \/>\n        margin: 10px;<br \/>\n        padding: 0px;<br \/>\n      }<br \/>\n    &lt;\/style&gt;<br \/>\n  &lt;\/head&gt;<br \/>\n  &lt;body&gt;<br \/>\n    &lt;canvas id=&quot;canvas1&quot; width=&quot;500&quot; height=&quot;500&quot; style=&quot;border:1px solid #000000;&quot;&gt;&lt;\/canvas&gt;<br \/>\n\t&lt;!&#8211; \u5efa\u7acb\u4e00\u5f35 500 x 500 \u7684\u756b\u5e03 \u52a0\u4e0a\u908a\u6846 \u4ee5\u5229\u78ba\u8a8d\u4f4d\u7f6e\u53ca\u6bd4\u4f8b &#8211;&gt;<br \/>\n    &lt;script&gt;<br \/>\n      var canvas = document.getElementById(&#8216;canvas1&#8217;);<br \/>\n      var context = canvas.getContext(&#8216;2d&#8217;);<br \/>\n      var centerX = canvas.width \/ 2;\/\/\u4e2d\u5fc3\u5713\u7684x\u5750\u6a19<br \/>\n      var centerY = canvas.height \/ 2;\/\/\u4e2d\u5fc3\u5713\u7684y\u5750\u6a19<br \/>\n      var radius = 249;\/\/\u534a\u5f91<br \/>\n      context.beginPath();<br \/>\n      context.arc(centerX, centerY, radius, 0, 2 * Math.PI, false);\/\/\u756b\u5713 (\u4e2d\u5fc3\u5713\u7684x\u5750\u6a19,\u4e2d\u5fc3\u5713\u7684y\u5750\u6a19,\u534a\u5f91,\u8d77\u59cb\u89d23\u9ede\u9418\u65b9\u5411\u7b97\u8d77\u70ba0, \u7d50\u675f\u89d2,false \u9806\u6642\u91dd true \u9006\u6642\u91dd)<br \/>\n      context.fillStyle = &#8216;green&#8217;;\/\/\u586b\u6eff\u7684\u984f\u8272<br \/>\n      context.fill();\/\/\u5c07\u5167\u5bb9\u586b\u6eff<br \/>\n      context.lineWidth = 2;\/\/\u908a\u7dda\u5bec\u5ea6<br \/>\n      context.strokeStyle = &#8216;#000000&#8217;;\/\/\u908a\u7dda\u984f\u8272<br \/>\n      context.stroke();<br \/>\n    &lt;\/script&gt;<br \/>\n  &lt;\/body&gt;<br \/>\n&lt;\/html&gt;<br \/>\n[\/html]<\/p>\n<div style='text-align:center' class='yasr-auto-insert-overall'><\/div><div style='text-align:center' class='yasr-auto-insert-visitor'><\/div>","protected":false},"excerpt":{"rendered":"<p>[html] &lt;!DOCTYPE  [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":717,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"yasr_overall_rating":0,"yasr_post_is_review":"","yasr_auto_insert_disabled":"","yasr_review_type":"","footnotes":""},"categories":[44],"tags":[],"class_list":["post-716","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-canvas"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>[ HTML5 Canvas] - \u6559\u5b78 \u756b\u5713 - \u6df7\u6c34\u6478\u9b5a<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.webteach.tw\/?p=716\" \/>\n<meta property=\"og:locale\" content=\"zh_TW\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"[ HTML5 Canvas] - \u6559\u5b78 \u756b\u5713 - \u6df7\u6c34\u6478\u9b5a\" \/>\n<meta property=\"og:description\" content=\"[html] &lt;!DOCTYPE [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.webteach.tw\/?p=716\" \/>\n<meta property=\"og:site_name\" content=\"\u6df7\u6c34\u6478\u9b5a\" \/>\n<meta property=\"article:published_time\" content=\"2016-01-11T09:52:18+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.webteach.tw\/wp-content\/uploads\/2016\/01\/1.png\" \/>\n\t<meta property=\"og:image:width\" content=\"653\" \/>\n\t<meta property=\"og:image:height\" content=\"651\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"jeff\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u4f5c\u8005:\" \/>\n\t<meta name=\"twitter:data1\" content=\"jeff\" \/>\n\t<meta name=\"twitter:label2\" content=\"\u9810\u4f30\u95b1\u8b80\u6642\u9593\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 \u5206\u9418\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.webteach.tw\\\/?p=716#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.webteach.tw\\\/?p=716\"},\"author\":{\"name\":\"jeff\",\"@id\":\"https:\\\/\\\/www.webteach.tw\\\/#\\\/schema\\\/person\\\/d434d754fd581338113eecfa923d7520\"},\"headline\":\"[ HTML5 Canvas] &#8211; \u6559\u5b78 \u756b\u5713\",\"datePublished\":\"2016-01-11T09:52:18+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.webteach.tw\\\/?p=716\"},\"wordCount\":123,\"commentCount\":0,\"image\":{\"@id\":\"https:\\\/\\\/www.webteach.tw\\\/?p=716#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.webteach.tw\\\/wp-content\\\/uploads\\\/2016\\\/01\\\/1.png\",\"articleSection\":[\"Canvas\"],\"inLanguage\":\"zh-TW\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.webteach.tw\\\/?p=716#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.webteach.tw\\\/?p=716\",\"url\":\"https:\\\/\\\/www.webteach.tw\\\/?p=716\",\"name\":\"[ HTML5 Canvas] - \u6559\u5b78 \u756b\u5713 - \u6df7\u6c34\u6478\u9b5a\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.webteach.tw\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.webteach.tw\\\/?p=716#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.webteach.tw\\\/?p=716#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.webteach.tw\\\/wp-content\\\/uploads\\\/2016\\\/01\\\/1.png\",\"datePublished\":\"2016-01-11T09:52:18+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/www.webteach.tw\\\/#\\\/schema\\\/person\\\/d434d754fd581338113eecfa923d7520\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.webteach.tw\\\/?p=716#breadcrumb\"},\"inLanguage\":\"zh-TW\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.webteach.tw\\\/?p=716\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"zh-TW\",\"@id\":\"https:\\\/\\\/www.webteach.tw\\\/?p=716#primaryimage\",\"url\":\"https:\\\/\\\/www.webteach.tw\\\/wp-content\\\/uploads\\\/2016\\\/01\\\/1.png\",\"contentUrl\":\"https:\\\/\\\/www.webteach.tw\\\/wp-content\\\/uploads\\\/2016\\\/01\\\/1.png\",\"width\":653,\"height\":651,\"caption\":\"\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.webteach.tw\\\/?p=716#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u9996\u9801\",\"item\":\"https:\\\/\\\/www.webteach.tw\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"[ HTML5 Canvas] &#8211; \u6559\u5b78 \u756b\u5713\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.webteach.tw\\\/#website\",\"url\":\"https:\\\/\\\/www.webteach.tw\\\/\",\"name\":\"\u6df7\u6c34\u6478\u9b5a\",\"description\":\"\u5b78\u7121\u6b62\u5883,\u6559\u5b78\u76f8\u9577\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.webteach.tw\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"zh-TW\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.webteach.tw\\\/#\\\/schema\\\/person\\\/d434d754fd581338113eecfa923d7520\",\"name\":\"jeff\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"zh-TW\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/5797200e421b670a2ce64d6e7382054c69b231d4aab55742c96bb1e51bc9fefc?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/5797200e421b670a2ce64d6e7382054c69b231d4aab55742c96bb1e51bc9fefc?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/5797200e421b670a2ce64d6e7382054c69b231d4aab55742c96bb1e51bc9fefc?s=96&d=mm&r=g\",\"caption\":\"jeff\"},\"sameAs\":[\"http:\\\/\\\/35.72.55.111\"],\"url\":\"https:\\\/\\\/www.webteach.tw\\\/?author=1\"},false]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"[ HTML5 Canvas] - \u6559\u5b78 \u756b\u5713 - \u6df7\u6c34\u6478\u9b5a","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.webteach.tw\/?p=716","og_locale":"zh_TW","og_type":"article","og_title":"[ HTML5 Canvas] - \u6559\u5b78 \u756b\u5713 - \u6df7\u6c34\u6478\u9b5a","og_description":"[html] &lt;!DOCTYPE [&hellip;]","og_url":"https:\/\/www.webteach.tw\/?p=716","og_site_name":"\u6df7\u6c34\u6478\u9b5a","article_published_time":"2016-01-11T09:52:18+00:00","og_image":[{"width":653,"height":651,"url":"https:\/\/www.webteach.tw\/wp-content\/uploads\/2016\/01\/1.png","type":"image\/png"}],"author":"jeff","twitter_card":"summary_large_image","twitter_misc":{"\u4f5c\u8005:":"jeff","\u9810\u4f30\u95b1\u8b80\u6642\u9593":"1 \u5206\u9418"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.webteach.tw\/?p=716#article","isPartOf":{"@id":"https:\/\/www.webteach.tw\/?p=716"},"author":{"name":"jeff","@id":"https:\/\/www.webteach.tw\/#\/schema\/person\/d434d754fd581338113eecfa923d7520"},"headline":"[ HTML5 Canvas] &#8211; \u6559\u5b78 \u756b\u5713","datePublished":"2016-01-11T09:52:18+00:00","mainEntityOfPage":{"@id":"https:\/\/www.webteach.tw\/?p=716"},"wordCount":123,"commentCount":0,"image":{"@id":"https:\/\/www.webteach.tw\/?p=716#primaryimage"},"thumbnailUrl":"https:\/\/www.webteach.tw\/wp-content\/uploads\/2016\/01\/1.png","articleSection":["Canvas"],"inLanguage":"zh-TW","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.webteach.tw\/?p=716#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.webteach.tw\/?p=716","url":"https:\/\/www.webteach.tw\/?p=716","name":"[ HTML5 Canvas] - \u6559\u5b78 \u756b\u5713 - \u6df7\u6c34\u6478\u9b5a","isPartOf":{"@id":"https:\/\/www.webteach.tw\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.webteach.tw\/?p=716#primaryimage"},"image":{"@id":"https:\/\/www.webteach.tw\/?p=716#primaryimage"},"thumbnailUrl":"https:\/\/www.webteach.tw\/wp-content\/uploads\/2016\/01\/1.png","datePublished":"2016-01-11T09:52:18+00:00","author":{"@id":"https:\/\/www.webteach.tw\/#\/schema\/person\/d434d754fd581338113eecfa923d7520"},"breadcrumb":{"@id":"https:\/\/www.webteach.tw\/?p=716#breadcrumb"},"inLanguage":"zh-TW","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.webteach.tw\/?p=716"]}]},{"@type":"ImageObject","inLanguage":"zh-TW","@id":"https:\/\/www.webteach.tw\/?p=716#primaryimage","url":"https:\/\/www.webteach.tw\/wp-content\/uploads\/2016\/01\/1.png","contentUrl":"https:\/\/www.webteach.tw\/wp-content\/uploads\/2016\/01\/1.png","width":653,"height":651,"caption":""},{"@type":"BreadcrumbList","@id":"https:\/\/www.webteach.tw\/?p=716#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u9996\u9801","item":"https:\/\/www.webteach.tw\/"},{"@type":"ListItem","position":2,"name":"[ HTML5 Canvas] &#8211; \u6559\u5b78 \u756b\u5713"}]},{"@type":"WebSite","@id":"https:\/\/www.webteach.tw\/#website","url":"https:\/\/www.webteach.tw\/","name":"\u6df7\u6c34\u6478\u9b5a","description":"\u5b78\u7121\u6b62\u5883,\u6559\u5b78\u76f8\u9577","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.webteach.tw\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"zh-TW"},{"@type":"Person","@id":"https:\/\/www.webteach.tw\/#\/schema\/person\/d434d754fd581338113eecfa923d7520","name":"jeff","image":{"@type":"ImageObject","inLanguage":"zh-TW","@id":"https:\/\/secure.gravatar.com\/avatar\/5797200e421b670a2ce64d6e7382054c69b231d4aab55742c96bb1e51bc9fefc?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/5797200e421b670a2ce64d6e7382054c69b231d4aab55742c96bb1e51bc9fefc?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/5797200e421b670a2ce64d6e7382054c69b231d4aab55742c96bb1e51bc9fefc?s=96&d=mm&r=g","caption":"jeff"},"sameAs":["http:\/\/35.72.55.111"],"url":"https:\/\/www.webteach.tw\/?author=1"},false]}},"views":756,"yasr_visitor_votes":{"stars_attributes":{"read_only":false,"span_bottom":false},"number_of_votes":0,"sum_votes":0},"_links":{"self":[{"href":"https:\/\/www.webteach.tw\/index.php?rest_route=\/wp\/v2\/posts\/716","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.webteach.tw\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.webteach.tw\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.webteach.tw\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.webteach.tw\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=716"}],"version-history":[{"count":0,"href":"https:\/\/www.webteach.tw\/index.php?rest_route=\/wp\/v2\/posts\/716\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.webteach.tw\/index.php?rest_route=\/wp\/v2\/media\/717"}],"wp:attachment":[{"href":"https:\/\/www.webteach.tw\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=716"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.webteach.tw\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=716"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.webteach.tw\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=716"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}