
{"id":3932,"date":"2020-07-16T14:44:38","date_gmt":"2020-07-16T06:44:38","guid":{"rendered":"https:\/\/www.webteach.tw\/?p=3932"},"modified":"2020-07-16T14:44:38","modified_gmt":"2020-07-16T06:44:38","slug":"%e5%b8%b8%e9%87%8f-const","status":"publish","type":"post","link":"https:\/\/www.webteach.tw\/?p=3932","title":{"rendered":"[ PHP ] &#8211; OOP 10 \u5e38\u91cf const"},"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>\n<p>\u63a5\u8457\u4ecb\u7d39\u4e00\u4e0b \u5e38\u91cf const \uff0c\u5b83\u7684\u7279\u8272\u662f \u53ef\u5b9a\u7fa9\u7684\u578b\u614bboolean\/integet\/float\/string \uff0c\u8207\u8b8a\u6578\u4e0d\u4e00\u6a23\u7684\u5730\u65b9\u662f\u524d\u9762\u4e0d\u7528\u52a0$\u5b57\u865f(\u5b83\u5c31\u4e0d\u662f\u8b8a\u6578 \u4e5f\u4e0d\u5141\u8a31\u8b8a\u66f4)\uff1b\u53ef\u4ee5\u5728\u4efb\u4f55\u5730\u65b9\u8b80\u53d6\u4e0d\u7528\u7ba1\u4f5c\u7528\u57df\u3002<\/p>\n\n\n<pre class=\"wp-block-syntaxhighlighter-code\">\nclass computer {\n\tconst PI=3.14159;\/\/\u5713\u5468\u9577\u8207\u76f4\u5f91\u7684\u6bd4\u7387\n\t\/\/\u534a\u5f91\n\tprivate $radius;\n\tfunction set_radius($radius) { $this->radius = $radius;}\n\t\/\/\u5713\u5468\u9577\u516c\u5f0f \u76f4\u5f91\u4e58\u4ee5 PI\n\tfunction c_perimeter(){\n\t\treturn ($this->radius*2)*self::PI;\n\t}\n    \/\/\u5713\u9762\u7a4d\u516c\u5f0f \u534a\u5f91\u4e58\u4ee5\u534a\u5f91\u4e58\u4ee5 PI\n\tfunction c_area(){\n\t\treturn ($this->radius*$this->radius)*self::PI;\n\t}\n}\n$radius=$_GET['radius']??5;\/\/\u53ef\u4ee5\u5f9e\u7db2\u5740\u5e36\u5165\u534a\u5f91\u7684\u503c \u9810\u8a2d \u70ba 5\n$c = new computer();\necho '\u534a\u5f91\u70ba\uff1a'.$radius.'&lt;br>';\necho '\u76f4\u5f91\u70ba\uff1a'.($radius*2).'&lt;br>';\n$c->set_radius($radius);\/\/\u8a2d\u5b9a\u534a\u5f91\necho '\u5713\u5468\u9577\uff1a'.$c->c_perimeter().'&lt;br>';\/\/\u53d6\u5f97\u5713\u5468\u9577\necho '\u5713\u9762\u7a4d\uff1a'.$c->c_area().'&lt;br>';\/\/\u53d6\u5f97\u5713\u9762\u7a4d\n\/\/\u986f\u793a\u7d50\u679c\n\/*\n\u534a\u5f91\u70ba\uff1a5\n\u76f4\u5f91\u70ba\uff1a10\n\u5713\u5468\u9577\uff1a31.4159\n\u5713\u9762\u7a4d\uff1a78.53975\n*\/<\/pre>\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>\u63a5\u8457\u4ecb\u7d39\u4e00\u4e0b \u5e38\u91cf const \uff0c\u5b83\u7684\u7279\u8272\u662f \u53ef\u5b9a\u7fa9\u7684\u578b\u614bboolean\/integet\/float\/string \uff0c\u8207\u8b8a\u6578\u4e0d\u4e00\u6a23\u7684\u5730\u65b9\u662f\u524d\u9762\u4e0d\u7528\u52a0$\u5b57\u865f(\u5b83\u5c31\u4e0d\u662f\u8b8a\u6578 \u4e5f\u4e0d\u5141\u8a31\u8b8a\u66f4)\uff1b\u53ef\u4ee5\u5728\u4efb\u4f55\u5730\u65b9\u8b80\u53d6\u4e0d\u7528\u7ba1\u4f5c\u7528\u57df\u3002<\/p>\n","protected":false},"author":1,"featured_media":2201,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"yasr_overall_rating":0,"yasr_post_is_review":"","yasr_auto_insert_disabled":"","yasr_review_type":"","footnotes":""},"categories":[48,36],"tags":[178,429,448,832],"class_list":["post-3932","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-oop","category-php","tag-const","tag-oop","tag-php","tag-832"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>[ PHP ] - OOP 10 \u5e38\u91cf const - \u6df7\u6c34\u6478\u9b5a<\/title>\n<meta name=\"description\" content=\"\u63a5\u8457\u4ecb\u7d39\u4e00\u4e0b \u5e38\u91cf const \uff0c\u5b83\u7684\u7279\u8272\u662f \u53ef\u5b9a\u7fa9\u7684\u578b\u614bboolean\/integet\/float\/string \uff0c\u8207\u8b8a\u6578\u4e0d\u4e00\u6a23\u7684\u5730\u65b9\u662f\u524d\u9762\u4e0d\u7528\u52a0$\u5b57\u865f(\u5b83\u5c31\u4e0d\u662f\u8b8a\u6578 \u4e5f\u4e0d\u5141\u8a31\u8b8a\u66f4)\uff1b\u53ef\u4ee5\u5728\u4efb\u4f55\u5730\u65b9\u8b80\u53d6\u4e0d\u7528\u7ba1\u4f5c\u7528\u57df\u3002\" \/>\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=3932\" \/>\n<meta property=\"og:locale\" content=\"zh_TW\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"[ PHP ] - OOP 10 \u5e38\u91cf const - \u6df7\u6c34\u6478\u9b5a\" \/>\n<meta property=\"og:description\" content=\"\u63a5\u8457\u4ecb\u7d39\u4e00\u4e0b \u5e38\u91cf const \uff0c\u5b83\u7684\u7279\u8272\u662f \u53ef\u5b9a\u7fa9\u7684\u578b\u614bboolean\/integet\/float\/string \uff0c\u8207\u8b8a\u6578\u4e0d\u4e00\u6a23\u7684\u5730\u65b9\u662f\u524d\u9762\u4e0d\u7528\u52a0$\u5b57\u865f(\u5b83\u5c31\u4e0d\u662f\u8b8a\u6578 \u4e5f\u4e0d\u5141\u8a31\u8b8a\u66f4)\uff1b\u53ef\u4ee5\u5728\u4efb\u4f55\u5730\u65b9\u8b80\u53d6\u4e0d\u7528\u7ba1\u4f5c\u7528\u57df\u3002\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.webteach.tw\/?p=3932\" \/>\n<meta property=\"og:site_name\" content=\"\u6df7\u6c34\u6478\u9b5a\" \/>\n<meta property=\"article:published_time\" content=\"2020-07-16T06:44:38+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.webteach.tw\/wp-content\/uploads\/2017\/12\/1-1.png\" \/>\n\t<meta property=\"og:image:width\" content=\"680\" \/>\n\t<meta property=\"og:image:height\" content=\"454\" \/>\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<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.webteach.tw\\\/?p=3932#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.webteach.tw\\\/?p=3932\"},\"author\":{\"name\":\"jeff\",\"@id\":\"https:\\\/\\\/www.webteach.tw\\\/#\\\/schema\\\/person\\\/d434d754fd581338113eecfa923d7520\"},\"headline\":\"[ PHP ] &#8211; OOP 10 \u5e38\u91cf const\",\"datePublished\":\"2020-07-16T06:44:38+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.webteach.tw\\\/?p=3932\"},\"wordCount\":9,\"commentCount\":0,\"image\":{\"@id\":\"https:\\\/\\\/www.webteach.tw\\\/?p=3932#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.webteach.tw\\\/wp-content\\\/uploads\\\/2017\\\/12\\\/1-1.png\",\"keywords\":[\"const\",\"oop\",\"php\",\"\u5e38\u91cf\"],\"articleSection\":[\"OOP\",\"PHP\"],\"inLanguage\":\"zh-TW\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.webteach.tw\\\/?p=3932#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.webteach.tw\\\/?p=3932\",\"url\":\"https:\\\/\\\/www.webteach.tw\\\/?p=3932\",\"name\":\"[ PHP ] - OOP 10 \u5e38\u91cf const - \u6df7\u6c34\u6478\u9b5a\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.webteach.tw\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.webteach.tw\\\/?p=3932#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.webteach.tw\\\/?p=3932#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.webteach.tw\\\/wp-content\\\/uploads\\\/2017\\\/12\\\/1-1.png\",\"datePublished\":\"2020-07-16T06:44:38+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/www.webteach.tw\\\/#\\\/schema\\\/person\\\/d434d754fd581338113eecfa923d7520\"},\"description\":\"\u63a5\u8457\u4ecb\u7d39\u4e00\u4e0b \u5e38\u91cf const \uff0c\u5b83\u7684\u7279\u8272\u662f \u53ef\u5b9a\u7fa9\u7684\u578b\u614bboolean\\\/integet\\\/float\\\/string \uff0c\u8207\u8b8a\u6578\u4e0d\u4e00\u6a23\u7684\u5730\u65b9\u662f\u524d\u9762\u4e0d\u7528\u52a0$\u5b57\u865f(\u5b83\u5c31\u4e0d\u662f\u8b8a\u6578 \u4e5f\u4e0d\u5141\u8a31\u8b8a\u66f4)\uff1b\u53ef\u4ee5\u5728\u4efb\u4f55\u5730\u65b9\u8b80\u53d6\u4e0d\u7528\u7ba1\u4f5c\u7528\u57df\u3002\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.webteach.tw\\\/?p=3932#breadcrumb\"},\"inLanguage\":\"zh-TW\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.webteach.tw\\\/?p=3932\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"zh-TW\",\"@id\":\"https:\\\/\\\/www.webteach.tw\\\/?p=3932#primaryimage\",\"url\":\"https:\\\/\\\/www.webteach.tw\\\/wp-content\\\/uploads\\\/2017\\\/12\\\/1-1.png\",\"contentUrl\":\"https:\\\/\\\/www.webteach.tw\\\/wp-content\\\/uploads\\\/2017\\\/12\\\/1-1.png\",\"width\":680,\"height\":454,\"caption\":\"\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.webteach.tw\\\/?p=3932#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u9996\u9801\",\"item\":\"https:\\\/\\\/www.webteach.tw\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"[ PHP ] &#8211; OOP 10 \u5e38\u91cf const\"}]},{\"@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":"[ PHP ] - OOP 10 \u5e38\u91cf const - \u6df7\u6c34\u6478\u9b5a","description":"\u63a5\u8457\u4ecb\u7d39\u4e00\u4e0b \u5e38\u91cf const \uff0c\u5b83\u7684\u7279\u8272\u662f \u53ef\u5b9a\u7fa9\u7684\u578b\u614bboolean\/integet\/float\/string \uff0c\u8207\u8b8a\u6578\u4e0d\u4e00\u6a23\u7684\u5730\u65b9\u662f\u524d\u9762\u4e0d\u7528\u52a0$\u5b57\u865f(\u5b83\u5c31\u4e0d\u662f\u8b8a\u6578 \u4e5f\u4e0d\u5141\u8a31\u8b8a\u66f4)\uff1b\u53ef\u4ee5\u5728\u4efb\u4f55\u5730\u65b9\u8b80\u53d6\u4e0d\u7528\u7ba1\u4f5c\u7528\u57df\u3002","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=3932","og_locale":"zh_TW","og_type":"article","og_title":"[ PHP ] - OOP 10 \u5e38\u91cf const - \u6df7\u6c34\u6478\u9b5a","og_description":"\u63a5\u8457\u4ecb\u7d39\u4e00\u4e0b \u5e38\u91cf const \uff0c\u5b83\u7684\u7279\u8272\u662f \u53ef\u5b9a\u7fa9\u7684\u578b\u614bboolean\/integet\/float\/string \uff0c\u8207\u8b8a\u6578\u4e0d\u4e00\u6a23\u7684\u5730\u65b9\u662f\u524d\u9762\u4e0d\u7528\u52a0$\u5b57\u865f(\u5b83\u5c31\u4e0d\u662f\u8b8a\u6578 \u4e5f\u4e0d\u5141\u8a31\u8b8a\u66f4)\uff1b\u53ef\u4ee5\u5728\u4efb\u4f55\u5730\u65b9\u8b80\u53d6\u4e0d\u7528\u7ba1\u4f5c\u7528\u57df\u3002","og_url":"https:\/\/www.webteach.tw\/?p=3932","og_site_name":"\u6df7\u6c34\u6478\u9b5a","article_published_time":"2020-07-16T06:44:38+00:00","og_image":[{"width":680,"height":454,"url":"https:\/\/www.webteach.tw\/wp-content\/uploads\/2017\/12\/1-1.png","type":"image\/png"}],"author":"jeff","twitter_card":"summary_large_image","twitter_misc":{"\u4f5c\u8005:":"jeff"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.webteach.tw\/?p=3932#article","isPartOf":{"@id":"https:\/\/www.webteach.tw\/?p=3932"},"author":{"name":"jeff","@id":"https:\/\/www.webteach.tw\/#\/schema\/person\/d434d754fd581338113eecfa923d7520"},"headline":"[ PHP ] &#8211; OOP 10 \u5e38\u91cf const","datePublished":"2020-07-16T06:44:38+00:00","mainEntityOfPage":{"@id":"https:\/\/www.webteach.tw\/?p=3932"},"wordCount":9,"commentCount":0,"image":{"@id":"https:\/\/www.webteach.tw\/?p=3932#primaryimage"},"thumbnailUrl":"https:\/\/www.webteach.tw\/wp-content\/uploads\/2017\/12\/1-1.png","keywords":["const","oop","php","\u5e38\u91cf"],"articleSection":["OOP","PHP"],"inLanguage":"zh-TW","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.webteach.tw\/?p=3932#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.webteach.tw\/?p=3932","url":"https:\/\/www.webteach.tw\/?p=3932","name":"[ PHP ] - OOP 10 \u5e38\u91cf const - \u6df7\u6c34\u6478\u9b5a","isPartOf":{"@id":"https:\/\/www.webteach.tw\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.webteach.tw\/?p=3932#primaryimage"},"image":{"@id":"https:\/\/www.webteach.tw\/?p=3932#primaryimage"},"thumbnailUrl":"https:\/\/www.webteach.tw\/wp-content\/uploads\/2017\/12\/1-1.png","datePublished":"2020-07-16T06:44:38+00:00","author":{"@id":"https:\/\/www.webteach.tw\/#\/schema\/person\/d434d754fd581338113eecfa923d7520"},"description":"\u63a5\u8457\u4ecb\u7d39\u4e00\u4e0b \u5e38\u91cf const \uff0c\u5b83\u7684\u7279\u8272\u662f \u53ef\u5b9a\u7fa9\u7684\u578b\u614bboolean\/integet\/float\/string \uff0c\u8207\u8b8a\u6578\u4e0d\u4e00\u6a23\u7684\u5730\u65b9\u662f\u524d\u9762\u4e0d\u7528\u52a0$\u5b57\u865f(\u5b83\u5c31\u4e0d\u662f\u8b8a\u6578 \u4e5f\u4e0d\u5141\u8a31\u8b8a\u66f4)\uff1b\u53ef\u4ee5\u5728\u4efb\u4f55\u5730\u65b9\u8b80\u53d6\u4e0d\u7528\u7ba1\u4f5c\u7528\u57df\u3002","breadcrumb":{"@id":"https:\/\/www.webteach.tw\/?p=3932#breadcrumb"},"inLanguage":"zh-TW","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.webteach.tw\/?p=3932"]}]},{"@type":"ImageObject","inLanguage":"zh-TW","@id":"https:\/\/www.webteach.tw\/?p=3932#primaryimage","url":"https:\/\/www.webteach.tw\/wp-content\/uploads\/2017\/12\/1-1.png","contentUrl":"https:\/\/www.webteach.tw\/wp-content\/uploads\/2017\/12\/1-1.png","width":680,"height":454,"caption":""},{"@type":"BreadcrumbList","@id":"https:\/\/www.webteach.tw\/?p=3932#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u9996\u9801","item":"https:\/\/www.webteach.tw\/"},{"@type":"ListItem","position":2,"name":"[ PHP ] &#8211; OOP 10 \u5e38\u91cf const"}]},{"@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":664,"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\/3932","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=3932"}],"version-history":[{"count":0,"href":"https:\/\/www.webteach.tw\/index.php?rest_route=\/wp\/v2\/posts\/3932\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.webteach.tw\/index.php?rest_route=\/wp\/v2\/media\/2201"}],"wp:attachment":[{"href":"https:\/\/www.webteach.tw\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=3932"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.webteach.tw\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=3932"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.webteach.tw\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=3932"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}