{"id":1348,"date":"2023-11-17T09:46:24","date_gmt":"2023-11-17T01:46:24","guid":{"rendered":"https:\/\/www.talktop.cn\/?p=1348"},"modified":"2024-12-28T18:18:41","modified_gmt":"2024-12-28T10:18:41","slug":"vue%e6%9d%a1%e4%bb%b6%e6%b8%b2%e6%9f%93%e5%92%8c%e5%88%97%e8%a1%a8%e6%b8%b2%e6%9f%93","status":"publish","type":"post","link":"https:\/\/www.talktop.cn\/?p=1348","title":{"rendered":"Vue\u6761\u4ef6\u6e32\u67d3\u548c\u5217\u8868\u6e32\u67d3"},"content":{"rendered":"\n<p>\u5728Vue.js\u4e2d\uff0c\u6761\u4ef6\u6e32\u67d3\u548c\u5217\u8868\u6e32\u67d3\u662f\u6784\u5efa\u52a8\u6001\u754c\u9762\u7684\u4e24\u4e2a\u5173\u952e\u6982\u5ff5\u3002\u672c\u6587\u5c06\u4ecb\u7ecd\u8fd9\u4e24\u79cd\u6e32\u67d3\u65b9\u5f0f\u7684\u57fa\u672c\u7528\u6cd5\u3001\u6280\u5de7\u548c\u6700\u4f73\u5b9e\u8df5\u3002<\/p>\n\n\n\n<h5 class=\"wp-block-heading\">\u4e00\u3001\u6761\u4ef6\u6e32\u67d3<\/h5>\n\n\n\n<h6 class=\"wp-block-heading\">\u57fa\u672c\u7528\u6cd5<\/h6>\n\n\n\n<p>\u6761\u4ef6\u6e32\u67d3\u5728Vue\u4e2d\u901a\u5e38\u662f\u901a\u8fc7<code>v-if<\/code>\u3001<code>v-else-if<\/code>\u3001<code>v-else<\/code>\u548c<code>v-show<\/code>\u6307\u4ee4\u5b9e\u73b0\u7684\u3002<\/p>\n\n\n\n<h6 class=\"wp-block-heading\">v-if\u6307\u4ee4<\/h6>\n\n\n\n<p><code>v-if<\/code>\u6307\u4ee4\u7528\u4e8e\u6839\u636e\u8868\u8fbe\u5f0f\u7684\u771f\u503c\u6761\u4ef6\u6027\u5730\u6e32\u67d3\u5143\u7d20\u3002<\/p>\n\n\n\n<h6 class=\"wp-block-heading\">v-show\u6307\u4ee4<\/h6>\n\n\n\n<p>\u4e0e<code>v-if<\/code>\u4e0d\u540c\uff0c<code>v-show<\/code>\u6307\u4ee4\u4e0d\u7ba1\u6761\u4ef6\u771f\u5047\uff0c\u5143\u7d20\u59cb\u7ec8\u88ab\u6e32\u67d3\uff0c\u5e76\u901a\u8fc7CSS\u7684\u663e\u793a\u548c\u9690\u85cf\u6765\u5207\u6362\u3002<\/p>\n\n\n\n<h6 class=\"wp-block-heading\">\u5173\u952e\u533a\u522b<\/h6>\n\n\n\n<ul class=\"wp-block-list\">\n<li><code>v-if<\/code>\u662f\u771f\u6b63\u7684\u6761\u4ef6\u6e32\u67d3\uff0c\u56e0\u4e3a\u5b83\u786e\u4fdd\u5728\u5207\u6362\u8fc7\u7a0b\u4e2d\u6761\u4ef6\u5757\u5185\u7684\u4e8b\u4ef6\u76d1\u542c\u5668\u548c\u5b50\u7ec4\u4ef6\u9002\u5f53\u5730\u88ab\u9500\u6bc1\u548c\u91cd\u5efa\u3002<\/li>\n\n\n\n<li><code>v-show<\/code>\u7b80\u5355\u5730\u5207\u6362\u5143\u7d20\u7684CSS\u5c5e\u6027 <code>display<\/code>\u3002<\/li>\n<\/ul>\n\n\n\n<h5 class=\"wp-block-heading\">\u4e8c\u3001\u5217\u8868\u6e32\u67d3<\/h5>\n\n\n\n<h6 class=\"wp-block-heading\">v-for\u6307\u4ee4<\/h6>\n\n\n\n<p><code>v-for<\/code>\u6307\u4ee4\u7528\u4e8e\u57fa\u4e8e\u4e00\u4e2a\u6570\u7ec4\u6765\u6e32\u67d3\u4e00\u4e2a\u5217\u8868\u3002<\/p>\n\n\n\n<pre class=\"wp-block-code has-white-color has-black-background-color has-text-color has-background has-link-color wp-elements-48bb1822024cf057aed940087965022f\"><code>&lt;ul&gt;\n  &lt;li v-for=\"item in items\"&gt;{{ item.text }}&lt;\/li&gt;\n&lt;\/ul&gt;<\/code><\/pre>\n\n\n\n<h6 class=\"wp-block-heading\">\u6570\u7ec4\u66f4\u65b0\u68c0\u6d4b<\/h6>\n\n\n\n<p>Vue\u5305\u542b\u4e86\u4e00\u4e2a\u66f4\u65b0\u6570\u7ec4\u7684\u54cd\u5e94\u7cfb\u7edf\uff0c\u53ef\u4ee5\u68c0\u6d4b\u5230\u6570\u7ec4\u7684\u53d8\u5316\uff0c\u5e76\u81ea\u52a8\u66f4\u65b0DOM\u3002<\/p>\n\n\n\n<pre class=\"wp-block-code has-white-color has-black-background-color has-text-color has-background has-link-color wp-elements-a11bc6aa07c5b5c555270ec88299d683\"><code>&lt;ul&gt;\n  &lt;li v-for=\"(item, index) in items\" :key=\"item.id\"&gt;\n    {{ index }} - {{ item.text }}\n  &lt;\/li&gt;\n&lt;\/ul&gt;<\/code><\/pre>\n\n\n\n<p>\u5728\u8fd9\u4e2a\u4f8b\u5b50\u4e2d\uff0c<code>v-for<\/code>\u7528\u4e8e\u904d\u5386<code>items<\/code>\u6570\u7ec4\uff0c\u540c\u65f6\u63d0\u4f9b\u4e86\u6570\u7ec4\u5143\u7d20<code>item<\/code>\u548c\u5b83\u7684\u7d22\u5f15<code>index<\/code>\u3002<code>:key<\/code>\u662f\u4e3a\u4e86\u63d0\u9ad8\u6e32\u67d3\u6548\u7387\u548c\u51c6\u786e\u6027\u800c\u6dfb\u52a0\u7684\u3002<\/p>\n\n\n\n<h5 class=\"wp-block-heading\">\u4e09\u3001\u9762\u8bd5\u5e38\u89c1\u95ee\u9898\u53ca\u89e3\u7b54<\/h5>\n\n\n\n<h6 class=\"wp-block-heading\">\u95ee\u98981\uff1a\u5728\u4f7f\u7528v-for\u65f6\uff0c\u4e3a\u4ec0\u4e48\u8981\u4f7f\u7528key\uff1f<\/h6>\n\n\n\n<p><strong>\u89e3\u7b54<\/strong>\uff1a<code>key<\/code>\u7528\u4e8e\u7ed9\u6bcf\u4e2a\u8282\u70b9\u63d0\u4f9b\u4e00\u4e2a\u552f\u4e00\u7684\u6807\u8bc6\uff0c\u8ba9Vue\u80fd\u591f\u8ffd\u8e2a\u6bcf\u4e2a\u8282\u70b9\u7684\u8eab\u4efd\uff0c\u4ece\u800c\u91cd\u7528\u548c\u91cd\u65b0\u6392\u5e8f\u73b0\u6709\u5143\u7d20\u3002<\/p>\n\n\n\n<h6 class=\"wp-block-heading\">\u95ee\u98982\uff1av-if\u548cv-for\u4e00\u8d77\u4f7f\u7528\u65f6\u5e94\u6ce8\u610f\u4ec0\u4e48\uff1f<\/h6>\n\n\n\n<p><strong>\u89e3\u7b54<\/strong>\uff1a\u5c3d\u91cf\u907f\u514d\u540c\u65f6\u4f7f\u7528<code>v-if<\/code>\u548c<code>v-for<\/code>\u3002\u5f53\u5b83\u4eec\u4e00\u8d77\u4f7f\u7528\u65f6\uff0c<code>v-for<\/code>\u5177\u6709\u6bd4<code>v-if<\/code>\u66f4\u9ad8\u7684\u4f18\u5148\u7ea7\uff0c\u53ef\u80fd\u4f1a\u5bfc\u81f4\u6027\u80fd\u95ee\u9898\u3002<\/p>\n\n\n\n<h6 class=\"wp-block-heading\">\u95ee\u98983\uff1a\u5982\u4f55\u5904\u7406\u5217\u8868\u6e32\u67d3\u4e2d\u7684\u6570\u7ec4\u66f4\u65b0\u95ee\u9898\uff1f<\/h6>\n\n\n\n<p><strong>\u89e3\u7b54<\/strong>\uff1a\u5e94\u4f7f\u7528Vue\u63d0\u4f9b\u7684\u6570\u7ec4\u66f4\u65b0\u65b9\u6cd5\uff0c\u5982<code>push<\/code>\u3001<code>pop<\/code>\u3001<code>shift<\/code>\u3001<code>unshift<\/code>\u3001<code>splice<\/code>\u3001<code>sort<\/code>\u548c<code>reverse<\/code>\uff0c\u8fd9\u4e9b\u65b9\u6cd5\u88abVue\u8986\u76d6\u4ee5\u89e6\u53d1\u89c6\u56fe\u66f4\u65b0\u3002\u76f4\u63a5\u901a\u8fc7\u7d22\u5f15\u8bbe\u7f6e\u6570\u7ec4\u9879\u6216\u4fee\u6539\u6570\u7ec4\u957f\u5ea6\u4e0d\u4f1a\u89e6\u53d1\u66f4\u65b0\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u5728Vue.js\u4e2d\uff0c\u6761\u4ef6\u6e32\u67d3\u548c\u5217\u8868\u6e32\u67d3\u662f\u6784\u5efa\u52a8\u6001\u754c\u9762\u7684\u4e24\u4e2a\u5173\u952e\u6982\u5ff5\u3002\u672c\u6587\u5c06\u4ecb\u7ecd\u8fd9\u4e24\u79cd\u6e32\u67d3\u65b9\u5f0f\u7684\u57fa\u672c\u7528\u6cd5\u3001\u6280\u5de7\u548c\u6700 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[119,59],"tags":[48,66,67],"class_list":["post-1348","post","type-post","status-publish","format-standard","hentry","category-119","category-59","tag-vue","tag-66","tag-67"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v23.8 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Vue\u6761\u4ef6\u6e32\u67d3\u548c\u5217\u8868\u6e32\u67d3<\/title>\n<meta name=\"description\" content=\"\u5728Vue.js\u4e2d\uff0c\u6761\u4ef6\u6e32\u67d3\u548c\u5217\u8868\u6e32\u67d3\u662f\u6784\u5efa\u52a8\u6001\u754c\u9762\u7684\u4e24\u4e2a\u5173\u952e\u6982\u5ff5\u3002\u672c\u6587\u5c06\u4ecb\u7ecd\u8fd9\u4e24\u79cd\u6e32\u67d3\u65b9\u5f0f\u7684\u57fa\u672c\u7528\u6cd5\u3001\u6280\u5de7\u548c\u6700\u4f73\u5b9e\u8df5\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.talktop.cn\/?p=1348\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.talktop.cn\/?p=1348#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.talktop.cn\/?p=1348\"},\"author\":{\"name\":\"AI\u98ce\u5411\u6807\",\"@id\":\"https:\/\/www.talktop.cn\/#\/schema\/person\/25908db5f654913a22bc38d48fad71ab\"},\"headline\":\"Vue\u6761\u4ef6\u6e32\u67d3\u548c\u5217\u8868\u6e32\u67d3\",\"datePublished\":\"2023-11-17T01:46:24+00:00\",\"dateModified\":\"2024-12-28T10:18:41+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.talktop.cn\/?p=1348\"},\"wordCount\":18,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.talktop.cn\/#\/schema\/person\/25908db5f654913a22bc38d48fad71ab\"},\"keywords\":[\"vue\",\"\u5217\u8868\u6e32\u67d3\",\"\u6761\u4ef6\u6e32\u67d3\"],\"articleSection\":[\"\u524d\u7aef\u5f00\u53d1\",\"\u7f16\u7a0b\u6280\u672f\"],\"inLanguage\":\"zh-Hans\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.talktop.cn\/?p=1348#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.talktop.cn\/?p=1348\",\"url\":\"https:\/\/www.talktop.cn\/?p=1348\",\"name\":\"Vue\u6761\u4ef6\u6e32\u67d3\u548c\u5217\u8868\u6e32\u67d3\",\"isPartOf\":{\"@id\":\"https:\/\/www.talktop.cn\/#website\"},\"datePublished\":\"2023-11-17T01:46:24+00:00\",\"dateModified\":\"2024-12-28T10:18:41+00:00\",\"description\":\"\u5728Vue.js\u4e2d\uff0c\u6761\u4ef6\u6e32\u67d3\u548c\u5217\u8868\u6e32\u67d3\u662f\u6784\u5efa\u52a8\u6001\u754c\u9762\u7684\u4e24\u4e2a\u5173\u952e\u6982\u5ff5\u3002\u672c\u6587\u5c06\u4ecb\u7ecd\u8fd9\u4e24\u79cd\u6e32\u67d3\u65b9\u5f0f\u7684\u57fa\u672c\u7528\u6cd5\u3001\u6280\u5de7\u548c\u6700\u4f73\u5b9e\u8df5\u3002\",\"breadcrumb\":{\"@id\":\"https:\/\/www.talktop.cn\/?p=1348#breadcrumb\"},\"inLanguage\":\"zh-Hans\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.talktop.cn\/?p=1348\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.talktop.cn\/?p=1348#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u9996\u9875\",\"item\":\"https:\/\/www.talktop.cn\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Vue\u6761\u4ef6\u6e32\u67d3\u548c\u5217\u8868\u6e32\u67d3\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.talktop.cn\/#website\",\"url\":\"https:\/\/www.talktop.cn\/\",\"name\":\"AI\u98ce\u5411\u6807\",\"description\":\"ChatGPT \u4eba\u5de5\u667a\u80fd \u7f16\u7a0b\u6280\u672f AIGC \u540e\u7aef\u6280\u672f \u524d\u7aef\u6280\u672f \u70ed\u95e8\u63d2\u4ef6 \u8fd0\u8425\u76f8\u5173 ChatGPT\u8ba2\u9605 Claude\u5145\u503c \u6d77\u5916\u5145\u503c \u8c37\u6b4c\u90ae\u7bb1\",\"publisher\":{\"@id\":\"https:\/\/www.talktop.cn\/#\/schema\/person\/25908db5f654913a22bc38d48fad71ab\"},\"alternateName\":\"AI\u98ce\u5411\u6807\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.talktop.cn\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"zh-Hans\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\/\/www.talktop.cn\/#\/schema\/person\/25908db5f654913a22bc38d48fad71ab\",\"name\":\"AI\u98ce\u5411\u6807\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"zh-Hans\",\"@id\":\"https:\/\/www.talktop.cn\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/www.talktop.cn\/wp-content\/uploads\/2023\/10\/cropped-f09060ba975518b80d3b0b63b47108a6.jpeg\",\"contentUrl\":\"https:\/\/www.talktop.cn\/wp-content\/uploads\/2023\/10\/cropped-f09060ba975518b80d3b0b63b47108a6.jpeg\",\"width\":512,\"height\":512,\"caption\":\"AI\u98ce\u5411\u6807\"},\"logo\":{\"@id\":\"https:\/\/www.talktop.cn\/#\/schema\/person\/image\/\"},\"sameAs\":[\"http:\/\/\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Vue\u6761\u4ef6\u6e32\u67d3\u548c\u5217\u8868\u6e32\u67d3","description":"\u5728Vue.js\u4e2d\uff0c\u6761\u4ef6\u6e32\u67d3\u548c\u5217\u8868\u6e32\u67d3\u662f\u6784\u5efa\u52a8\u6001\u754c\u9762\u7684\u4e24\u4e2a\u5173\u952e\u6982\u5ff5\u3002\u672c\u6587\u5c06\u4ecb\u7ecd\u8fd9\u4e24\u79cd\u6e32\u67d3\u65b9\u5f0f\u7684\u57fa\u672c\u7528\u6cd5\u3001\u6280\u5de7\u548c\u6700\u4f73\u5b9e\u8df5\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.talktop.cn\/?p=1348","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.talktop.cn\/?p=1348#article","isPartOf":{"@id":"https:\/\/www.talktop.cn\/?p=1348"},"author":{"name":"AI\u98ce\u5411\u6807","@id":"https:\/\/www.talktop.cn\/#\/schema\/person\/25908db5f654913a22bc38d48fad71ab"},"headline":"Vue\u6761\u4ef6\u6e32\u67d3\u548c\u5217\u8868\u6e32\u67d3","datePublished":"2023-11-17T01:46:24+00:00","dateModified":"2024-12-28T10:18:41+00:00","mainEntityOfPage":{"@id":"https:\/\/www.talktop.cn\/?p=1348"},"wordCount":18,"commentCount":0,"publisher":{"@id":"https:\/\/www.talktop.cn\/#\/schema\/person\/25908db5f654913a22bc38d48fad71ab"},"keywords":["vue","\u5217\u8868\u6e32\u67d3","\u6761\u4ef6\u6e32\u67d3"],"articleSection":["\u524d\u7aef\u5f00\u53d1","\u7f16\u7a0b\u6280\u672f"],"inLanguage":"zh-Hans","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.talktop.cn\/?p=1348#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.talktop.cn\/?p=1348","url":"https:\/\/www.talktop.cn\/?p=1348","name":"Vue\u6761\u4ef6\u6e32\u67d3\u548c\u5217\u8868\u6e32\u67d3","isPartOf":{"@id":"https:\/\/www.talktop.cn\/#website"},"datePublished":"2023-11-17T01:46:24+00:00","dateModified":"2024-12-28T10:18:41+00:00","description":"\u5728Vue.js\u4e2d\uff0c\u6761\u4ef6\u6e32\u67d3\u548c\u5217\u8868\u6e32\u67d3\u662f\u6784\u5efa\u52a8\u6001\u754c\u9762\u7684\u4e24\u4e2a\u5173\u952e\u6982\u5ff5\u3002\u672c\u6587\u5c06\u4ecb\u7ecd\u8fd9\u4e24\u79cd\u6e32\u67d3\u65b9\u5f0f\u7684\u57fa\u672c\u7528\u6cd5\u3001\u6280\u5de7\u548c\u6700\u4f73\u5b9e\u8df5\u3002","breadcrumb":{"@id":"https:\/\/www.talktop.cn\/?p=1348#breadcrumb"},"inLanguage":"zh-Hans","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.talktop.cn\/?p=1348"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.talktop.cn\/?p=1348#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u9996\u9875","item":"https:\/\/www.talktop.cn\/"},{"@type":"ListItem","position":2,"name":"Vue\u6761\u4ef6\u6e32\u67d3\u548c\u5217\u8868\u6e32\u67d3"}]},{"@type":"WebSite","@id":"https:\/\/www.talktop.cn\/#website","url":"https:\/\/www.talktop.cn\/","name":"AI\u98ce\u5411\u6807","description":"ChatGPT \u4eba\u5de5\u667a\u80fd \u7f16\u7a0b\u6280\u672f AIGC \u540e\u7aef\u6280\u672f \u524d\u7aef\u6280\u672f \u70ed\u95e8\u63d2\u4ef6 \u8fd0\u8425\u76f8\u5173 ChatGPT\u8ba2\u9605 Claude\u5145\u503c \u6d77\u5916\u5145\u503c \u8c37\u6b4c\u90ae\u7bb1","publisher":{"@id":"https:\/\/www.talktop.cn\/#\/schema\/person\/25908db5f654913a22bc38d48fad71ab"},"alternateName":"AI\u98ce\u5411\u6807","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.talktop.cn\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"zh-Hans"},{"@type":["Person","Organization"],"@id":"https:\/\/www.talktop.cn\/#\/schema\/person\/25908db5f654913a22bc38d48fad71ab","name":"AI\u98ce\u5411\u6807","image":{"@type":"ImageObject","inLanguage":"zh-Hans","@id":"https:\/\/www.talktop.cn\/#\/schema\/person\/image\/","url":"https:\/\/www.talktop.cn\/wp-content\/uploads\/2023\/10\/cropped-f09060ba975518b80d3b0b63b47108a6.jpeg","contentUrl":"https:\/\/www.talktop.cn\/wp-content\/uploads\/2023\/10\/cropped-f09060ba975518b80d3b0b63b47108a6.jpeg","width":512,"height":512,"caption":"AI\u98ce\u5411\u6807"},"logo":{"@id":"https:\/\/www.talktop.cn\/#\/schema\/person\/image\/"},"sameAs":["http:\/\/\/"]}]}},"_links":{"self":[{"href":"https:\/\/www.talktop.cn\/index.php?rest_route=\/wp\/v2\/posts\/1348","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.talktop.cn\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.talktop.cn\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.talktop.cn\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.talktop.cn\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1348"}],"version-history":[{"count":0,"href":"https:\/\/www.talktop.cn\/index.php?rest_route=\/wp\/v2\/posts\/1348\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.talktop.cn\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1348"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.talktop.cn\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1348"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.talktop.cn\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1348"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}