
{"id":4195,"date":"2020-09-15T17:33:29","date_gmt":"2020-09-15T09:33:29","guid":{"rendered":"https:\/\/www.webteach.tw\/?p=4195"},"modified":"2020-09-15T17:33:29","modified_gmt":"2020-09-15T09:33:29","slug":"show-mongodb-size","status":"publish","type":"post","link":"https:\/\/www.webteach.tw\/?p=4195","title":{"rendered":"[ Mongodb ] &#8211; How to show Mongodb size \u5982\u4f55\u67e5\u8a62 Mongodb \u5bb9\u91cf"},"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>Mongodb \u5728\u6211\u7684\u4f7f\u7528\u60c5\u5883\u4e0b\u90fd\u62ff\u4f86\u5b58\u7d71\u8a08\u7684\u8cc7\u6599\uff0c\u4f46\u70ba\u907f\u514d\u5132\u5b58\u7a7a\u9593\u4e0d\u8db3\u9020\u6210\u7db2\u7ad9\u639b\u6389\uff0c\u6240\u4ee5\u5b9a\u6642\u7684\u53bb\u6aa2\u67e5\u6bcf\u500b\u8cc7\u6599\u5eab\u4f7f\u5927\u5c0f\u662f\u4e00\u5b9a\u8981\u7684\u3002<\/p>\n\n\n<p>Mongodb is used to store statistical data in my use situation, but in order to avoid insufficient storage space and cause the website to hang up, it is necessary to check the size of each database regularly.<\/p>\n\n\n<pre class=\"wp-block-code\"><code>\ndb.stats();\n{\n\t\"db\" : \"op_log\",\/\/Database name \u8cc7\u6599\u5eab\u540d\u7a31\n\t\"collections\" : 1,\/\/table \u8cc7\u6599\u8868\n\t\"views\" : 0,\n\t\"objects\" : 44,\/\/\u8cc7\u6599\u7b46\u6578\n\t\"avgObjSize\" : 293.1136363636364,\n\t\"dataSize\" : 12897,\/\/\u8cc7\u6599\u5927\u5c0f\n\t\"storageSize\" : 36864,\/\/\u5132\u5b58\u5927\u5c0f\n\t\"numExtents\" : 0,\n\t\"indexes\" : 1,\/\/\u7d22\u5f15\n\t\"indexSize\" : 36864,\/\/\u7d22\u5f15\u5927\u5c0f\n\t\"fsUsedSize\" : 196529012736,\n\t\"fsTotalSize\" : 977370820608,\n\t\"ok\" : 1\n}<\/code><\/pre>\n\n\n<p>\u5982\u679c\u8981\u67e5\u770bKB \/ MB \/ GB\u7b49\u4e0d\u540c\u683c\u5f0f\u7684\u5927\u5c0f\uff0c\u53ef\u4ee5\u8f38\u5165\u4e0b\u5217\u9078\u9805\u3002<\/p>\n\n\n<p>If you want to view the size of different formats such as KB \/ MB \/ GB, you can enter the following options.<\/p>\n\n\n<p>db.stats(options);<\/p>\n\n\n<p>options\uff1a<br \/>1024\uff08KB\uff09<br \/>1048576 (MB)<br \/>1073741824 (GB)<\/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>Mongodb \u5728\u6211\u7684\u4f7f\u7528\u60c5\u5883\u4e0b\u90fd\u62ff\u4f86\u5b58\u7d71\u8a08\u7684\u8cc7\u6599\uff0c\u4f46\u70ba\u907f\u514d\u5132\u5b58\u7a7a\u9593\u4e0d\u8db3\u9020\u6210\u7db2\u7ad9\u639b\u6389\uff0c\u6240\u4ee5\u5b9a\u6642\u7684\u53bb\u6aa2\u67e5\u6bcf\u500b\u8cc7\u6599\u5eab\u4f7f\u5927\u5c0f\u662f\u4e00\u5b9a\u8981\u7684\u3002<br \/>\nMongodb is used to store statistical data in my use situation, but in order to avoid insufficient storage space and cause the website to hang up, it is necessary to check the size of each database regularly.<\/p>\n","protected":false},"author":1,"featured_media":3825,"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":[33],"tags":[395,513,516],"class_list":["post-4195","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-mongodb","tag-mongodb","tag-show","tag-size"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>[ Mongodb ] - How to show Mongodb size \u5982\u4f55\u67e5\u8a62 Mongodb \u5bb9\u91cf - \u6df7\u6c34\u6478\u9b5a<\/title>\n<meta name=\"description\" content=\"Mongodb \u5728\u6211\u7684\u4f7f\u7528\u60c5\u5883\u4e0b\u90fd\u62ff\u4f86\u5b58\u7d71\u8a08\u7684\u8cc7\u6599\uff0c\u4f46\u70ba\u907f\u514d\u5132\u5b58\u7a7a\u9593\u4e0d\u8db3\u9020\u6210\u7db2\u7ad9\u639b\u6389\uff0c\u6240\u4ee5\u5b9a\u6642\u7684\u53bb\u6aa2\u67e5\u6bcf\u500b\u8cc7\u6599\u5eab\u4f7f\u5927\u5c0f\u662f\u4e00\u5b9a\u8981\u7684\u3002Mongodb is used to store statistical data in my use situation, but in order to avoid insufficient storage space and cause the website to hang up, it is necessary to check the size of each database regularly.\" \/>\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=4195\" \/>\n<meta property=\"og:locale\" content=\"zh_TW\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"[ Mongodb ] - How to show Mongodb size \u5982\u4f55\u67e5\u8a62 Mongodb \u5bb9\u91cf - \u6df7\u6c34\u6478\u9b5a\" \/>\n<meta property=\"og:description\" content=\"Mongodb \u5728\u6211\u7684\u4f7f\u7528\u60c5\u5883\u4e0b\u90fd\u62ff\u4f86\u5b58\u7d71\u8a08\u7684\u8cc7\u6599\uff0c\u4f46\u70ba\u907f\u514d\u5132\u5b58\u7a7a\u9593\u4e0d\u8db3\u9020\u6210\u7db2\u7ad9\u639b\u6389\uff0c\u6240\u4ee5\u5b9a\u6642\u7684\u53bb\u6aa2\u67e5\u6bcf\u500b\u8cc7\u6599\u5eab\u4f7f\u5927\u5c0f\u662f\u4e00\u5b9a\u8981\u7684\u3002Mongodb is used to store statistical data in my use situation, but in order to avoid insufficient storage space and cause the website to hang up, it is necessary to check the size of each database regularly.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.webteach.tw\/?p=4195\" \/>\n<meta property=\"og:site_name\" content=\"\u6df7\u6c34\u6478\u9b5a\" \/>\n<meta property=\"article:published_time\" content=\"2020-09-15T09:33:29+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.webteach.tw\/wp-content\/uploads\/2020\/04\/oie_3MxgvxzBYKmA.png\" \/>\n\t<meta property=\"og:image:width\" content=\"800\" \/>\n\t<meta property=\"og:image:height\" content=\"450\" \/>\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=4195#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.webteach.tw\\\/?p=4195\"},\"author\":{\"name\":\"jeff\",\"@id\":\"https:\\\/\\\/www.webteach.tw\\\/#\\\/schema\\\/person\\\/d434d754fd581338113eecfa923d7520\"},\"headline\":\"[ Mongodb ] &#8211; How to show Mongodb size \u5982\u4f55\u67e5\u8a62 Mongodb \u5bb9\u91cf\",\"datePublished\":\"2020-09-15T09:33:29+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.webteach.tw\\\/?p=4195\"},\"wordCount\":77,\"commentCount\":0,\"image\":{\"@id\":\"https:\\\/\\\/www.webteach.tw\\\/?p=4195#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.webteach.tw\\\/wp-content\\\/uploads\\\/2020\\\/04\\\/oie_3MxgvxzBYKmA.png\",\"keywords\":[\"mongodb\",\"show\",\"size\"],\"articleSection\":[\"MongoDB\"],\"inLanguage\":\"zh-TW\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.webteach.tw\\\/?p=4195#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.webteach.tw\\\/?p=4195\",\"url\":\"https:\\\/\\\/www.webteach.tw\\\/?p=4195\",\"name\":\"[ Mongodb ] - How to show Mongodb size \u5982\u4f55\u67e5\u8a62 Mongodb \u5bb9\u91cf - \u6df7\u6c34\u6478\u9b5a\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.webteach.tw\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.webteach.tw\\\/?p=4195#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.webteach.tw\\\/?p=4195#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.webteach.tw\\\/wp-content\\\/uploads\\\/2020\\\/04\\\/oie_3MxgvxzBYKmA.png\",\"datePublished\":\"2020-09-15T09:33:29+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/www.webteach.tw\\\/#\\\/schema\\\/person\\\/d434d754fd581338113eecfa923d7520\"},\"description\":\"Mongodb \u5728\u6211\u7684\u4f7f\u7528\u60c5\u5883\u4e0b\u90fd\u62ff\u4f86\u5b58\u7d71\u8a08\u7684\u8cc7\u6599\uff0c\u4f46\u70ba\u907f\u514d\u5132\u5b58\u7a7a\u9593\u4e0d\u8db3\u9020\u6210\u7db2\u7ad9\u639b\u6389\uff0c\u6240\u4ee5\u5b9a\u6642\u7684\u53bb\u6aa2\u67e5\u6bcf\u500b\u8cc7\u6599\u5eab\u4f7f\u5927\u5c0f\u662f\u4e00\u5b9a\u8981\u7684\u3002Mongodb is used to store statistical data in my use situation, but in order to avoid insufficient storage space and cause the website to hang up, it is necessary to check the size of each database regularly.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.webteach.tw\\\/?p=4195#breadcrumb\"},\"inLanguage\":\"zh-TW\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.webteach.tw\\\/?p=4195\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"zh-TW\",\"@id\":\"https:\\\/\\\/www.webteach.tw\\\/?p=4195#primaryimage\",\"url\":\"https:\\\/\\\/www.webteach.tw\\\/wp-content\\\/uploads\\\/2020\\\/04\\\/oie_3MxgvxzBYKmA.png\",\"contentUrl\":\"https:\\\/\\\/www.webteach.tw\\\/wp-content\\\/uploads\\\/2020\\\/04\\\/oie_3MxgvxzBYKmA.png\",\"width\":800,\"height\":450},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.webteach.tw\\\/?p=4195#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u9996\u9801\",\"item\":\"https:\\\/\\\/www.webteach.tw\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"[ Mongodb ] &#8211; How to show Mongodb size \u5982\u4f55\u67e5\u8a62 Mongodb \u5bb9\u91cf\"}]},{\"@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":"[ Mongodb ] - How to show Mongodb size \u5982\u4f55\u67e5\u8a62 Mongodb \u5bb9\u91cf - \u6df7\u6c34\u6478\u9b5a","description":"Mongodb \u5728\u6211\u7684\u4f7f\u7528\u60c5\u5883\u4e0b\u90fd\u62ff\u4f86\u5b58\u7d71\u8a08\u7684\u8cc7\u6599\uff0c\u4f46\u70ba\u907f\u514d\u5132\u5b58\u7a7a\u9593\u4e0d\u8db3\u9020\u6210\u7db2\u7ad9\u639b\u6389\uff0c\u6240\u4ee5\u5b9a\u6642\u7684\u53bb\u6aa2\u67e5\u6bcf\u500b\u8cc7\u6599\u5eab\u4f7f\u5927\u5c0f\u662f\u4e00\u5b9a\u8981\u7684\u3002Mongodb is used to store statistical data in my use situation, but in order to avoid insufficient storage space and cause the website to hang up, it is necessary to check the size of each database regularly.","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=4195","og_locale":"zh_TW","og_type":"article","og_title":"[ Mongodb ] - How to show Mongodb size \u5982\u4f55\u67e5\u8a62 Mongodb \u5bb9\u91cf - \u6df7\u6c34\u6478\u9b5a","og_description":"Mongodb \u5728\u6211\u7684\u4f7f\u7528\u60c5\u5883\u4e0b\u90fd\u62ff\u4f86\u5b58\u7d71\u8a08\u7684\u8cc7\u6599\uff0c\u4f46\u70ba\u907f\u514d\u5132\u5b58\u7a7a\u9593\u4e0d\u8db3\u9020\u6210\u7db2\u7ad9\u639b\u6389\uff0c\u6240\u4ee5\u5b9a\u6642\u7684\u53bb\u6aa2\u67e5\u6bcf\u500b\u8cc7\u6599\u5eab\u4f7f\u5927\u5c0f\u662f\u4e00\u5b9a\u8981\u7684\u3002Mongodb is used to store statistical data in my use situation, but in order to avoid insufficient storage space and cause the website to hang up, it is necessary to check the size of each database regularly.","og_url":"https:\/\/www.webteach.tw\/?p=4195","og_site_name":"\u6df7\u6c34\u6478\u9b5a","article_published_time":"2020-09-15T09:33:29+00:00","og_image":[{"width":800,"height":450,"url":"https:\/\/www.webteach.tw\/wp-content\/uploads\/2020\/04\/oie_3MxgvxzBYKmA.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=4195#article","isPartOf":{"@id":"https:\/\/www.webteach.tw\/?p=4195"},"author":{"name":"jeff","@id":"https:\/\/www.webteach.tw\/#\/schema\/person\/d434d754fd581338113eecfa923d7520"},"headline":"[ Mongodb ] &#8211; How to show Mongodb size \u5982\u4f55\u67e5\u8a62 Mongodb \u5bb9\u91cf","datePublished":"2020-09-15T09:33:29+00:00","mainEntityOfPage":{"@id":"https:\/\/www.webteach.tw\/?p=4195"},"wordCount":77,"commentCount":0,"image":{"@id":"https:\/\/www.webteach.tw\/?p=4195#primaryimage"},"thumbnailUrl":"https:\/\/www.webteach.tw\/wp-content\/uploads\/2020\/04\/oie_3MxgvxzBYKmA.png","keywords":["mongodb","show","size"],"articleSection":["MongoDB"],"inLanguage":"zh-TW","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.webteach.tw\/?p=4195#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.webteach.tw\/?p=4195","url":"https:\/\/www.webteach.tw\/?p=4195","name":"[ Mongodb ] - How to show Mongodb size \u5982\u4f55\u67e5\u8a62 Mongodb \u5bb9\u91cf - \u6df7\u6c34\u6478\u9b5a","isPartOf":{"@id":"https:\/\/www.webteach.tw\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.webteach.tw\/?p=4195#primaryimage"},"image":{"@id":"https:\/\/www.webteach.tw\/?p=4195#primaryimage"},"thumbnailUrl":"https:\/\/www.webteach.tw\/wp-content\/uploads\/2020\/04\/oie_3MxgvxzBYKmA.png","datePublished":"2020-09-15T09:33:29+00:00","author":{"@id":"https:\/\/www.webteach.tw\/#\/schema\/person\/d434d754fd581338113eecfa923d7520"},"description":"Mongodb \u5728\u6211\u7684\u4f7f\u7528\u60c5\u5883\u4e0b\u90fd\u62ff\u4f86\u5b58\u7d71\u8a08\u7684\u8cc7\u6599\uff0c\u4f46\u70ba\u907f\u514d\u5132\u5b58\u7a7a\u9593\u4e0d\u8db3\u9020\u6210\u7db2\u7ad9\u639b\u6389\uff0c\u6240\u4ee5\u5b9a\u6642\u7684\u53bb\u6aa2\u67e5\u6bcf\u500b\u8cc7\u6599\u5eab\u4f7f\u5927\u5c0f\u662f\u4e00\u5b9a\u8981\u7684\u3002Mongodb is used to store statistical data in my use situation, but in order to avoid insufficient storage space and cause the website to hang up, it is necessary to check the size of each database regularly.","breadcrumb":{"@id":"https:\/\/www.webteach.tw\/?p=4195#breadcrumb"},"inLanguage":"zh-TW","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.webteach.tw\/?p=4195"]}]},{"@type":"ImageObject","inLanguage":"zh-TW","@id":"https:\/\/www.webteach.tw\/?p=4195#primaryimage","url":"https:\/\/www.webteach.tw\/wp-content\/uploads\/2020\/04\/oie_3MxgvxzBYKmA.png","contentUrl":"https:\/\/www.webteach.tw\/wp-content\/uploads\/2020\/04\/oie_3MxgvxzBYKmA.png","width":800,"height":450},{"@type":"BreadcrumbList","@id":"https:\/\/www.webteach.tw\/?p=4195#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u9996\u9801","item":"https:\/\/www.webteach.tw\/"},{"@type":"ListItem","position":2,"name":"[ Mongodb ] &#8211; How to show Mongodb size \u5982\u4f55\u67e5\u8a62 Mongodb \u5bb9\u91cf"}]},{"@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":1100,"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\/4195","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=4195"}],"version-history":[{"count":0,"href":"https:\/\/www.webteach.tw\/index.php?rest_route=\/wp\/v2\/posts\/4195\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.webteach.tw\/index.php?rest_route=\/wp\/v2\/media\/3825"}],"wp:attachment":[{"href":"https:\/\/www.webteach.tw\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=4195"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.webteach.tw\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=4195"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.webteach.tw\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=4195"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}