{"id":159,"date":"2019-12-28T08:34:00","date_gmt":"2019-12-28T08:34:00","guid":{"rendered":"https:\/\/imwarming.com\/?p=159"},"modified":"2019-12-28T08:34:00","modified_gmt":"2019-12-28T08:34:00","slug":"%e9%82%bb%e6%8e%a5%e8%a1%a8","status":"publish","type":"post","link":"https:\/\/imwarming.com\/?p=159","title":{"rendered":"\u90bb\u63a5\u8868"},"content":{"rendered":"<div class=\"cnblogs_code\">\n<pre>#include&lt;bits\/stdc++.h&gt;\n<span style=\"color: #0000ff;\">#define<\/span> maxvertexnum 100    \/* \u6700\u5927\u9876\u70b9\u6570\u8bbe\u4e3a100 *\/ <span style=\"color: #000000;\">\ntypedef <\/span><span style=\"color: #0000ff;\">int<\/span> vertex;         <span style=\"color: #008000;\">\/*<\/span><span style=\"color: #008000;\"> \u7528\u9876\u70b9\u4e0b\u6807\u8868\u793a\u9876\u70b9,\u4e3a\u6574\u578b <\/span><span style=\"color: #008000;\">*\/<\/span><span style=\"color: #000000;\"> \ntypedef <\/span><span style=\"color: #0000ff;\">int<\/span> weighttype;        <span style=\"color: #008000;\">\/*<\/span><span style=\"color: #008000;\"> \u8fb9\u7684\u6743\u503c\u8bbe\u4e3a\u6574\u578b <\/span><span style=\"color: #008000;\">*\/<\/span><span style=\"color: #000000;\"> \ntypedef <\/span><span style=\"color: #0000ff;\">char<\/span> datatype;        <span style=\"color: #008000;\">\/*<\/span><span style=\"color: #008000;\"> \u9876\u70b9\u5b58\u50a8\u7684\u6570\u636e\u7c7b\u578b\u8bbe\u4e3a\u5b57\u7b26\u578b <\/span><span style=\"color: #008000;\">*\/<\/span> <span style=\"color: #008000;\">\/*<\/span><span style=\"color: #008000;\"> \u8fb9\u7684\u5b9a\u4e49 <\/span><span style=\"color: #008000;\">*\/<\/span><span style=\"color: #000000;\">\ntypedef <\/span><span style=\"color: #0000ff;\">struct<\/span> enode *<span style=\"color: #000000;\">ptrtoenode;\n<\/span><span style=\"color: #0000ff;\">struct<\/span><span style=\"color: #000000;\"> enode{     \n    vertex v1, v2;      <\/span><span style=\"color: #008000;\">\/*<\/span><span style=\"color: #008000;\"> \u6709\u5411\u8fb9&lt;v1, v2&gt; <\/span><span style=\"color: #008000;\">*\/<\/span><span style=\"color: #000000;\">     \n    weighttype weight;  <\/span><span style=\"color: #008000;\">\/*<\/span><span style=\"color: #008000;\"> \u6743\u91cd <\/span><span style=\"color: #008000;\">*\/<\/span><span style=\"color: #000000;\"> \n};\ntypedef ptrtoenode edge; <\/span><span style=\"color: #008000;\">\/*<\/span><span style=\"color: #008000;\"> \u90bb\u63a5\u70b9\u7684\u5b9a\u4e49 <\/span><span style=\"color: #008000;\">*\/<\/span><span style=\"color: #000000;\"> \ntypedef <\/span><span style=\"color: #0000ff;\">struct<\/span> adjvnode *<span style=\"color: #000000;\">ptrtoadjvnode;\n<\/span><span style=\"color: #0000ff;\">struct<\/span><span style=\"color: #000000;\"> adjvnode{     \n    vertex adjv;        <\/span><span style=\"color: #008000;\">\/*<\/span><span style=\"color: #008000;\"> \u90bb\u63a5\u70b9\u4e0b\u6807 <\/span><span style=\"color: #008000;\">*\/<\/span><span style=\"color: #000000;\">     \n    weighttype weight;  <\/span><span style=\"color: #008000;\">\/*<\/span><span style=\"color: #008000;\"> \u8fb9\u6743\u91cd <\/span><span style=\"color: #008000;\">*\/<\/span><span style=\"color: #000000;\">     \n    ptrtoadjvnode next;    <\/span><span style=\"color: #008000;\">\/*<\/span><span style=\"color: #008000;\">\u6307\u5411\u4e0b\u4e00\u4e2a\u90bb\u63a5\u70b9\u7684\u6307\u9488<\/span><span style=\"color: #008000;\">*\/<\/span><span style=\"color: #000000;\"> \n};\n <\/span><span style=\"color: #008000;\">\/*<\/span><span style=\"color: #008000;\"> \u9876\u70b9\u8868\u5934\u7ed3\u70b9\u7684\u5b9a\u4e49 <\/span><span style=\"color: #008000;\">*\/<\/span><span style=\"color: #000000;\"> \ntypedef <\/span><span style=\"color: #0000ff;\">struct<\/span><span style=\"color: #000000;\"> vnode{     \n     ptrtoadjvnode firstedge;<\/span><span style=\"color: #008000;\">\/*<\/span><span style=\"color: #008000;\"> \u8fb9\u8868\u5934\u6307\u9488 <\/span><span style=\"color: #008000;\">*\/<\/span><span style=\"color: #000000;\">     \n     datatype data;            <\/span><span style=\"color: #008000;\">\/*<\/span><span style=\"color: #008000;\"> \u5b58\u9876\u70b9\u7684\u6570\u636e <\/span><span style=\"color: #008000;\">*\/<\/span>     <span style=\"color: #008000;\">\/*<\/span><span style=\"color: #008000;\"> \u6ce8\u610f\uff1a\u5f88\u591a\u60c5\u51b5\u4e0b\uff0c\u9876\u70b9\u65e0\u6570\u636e\uff0c\u6b64\u65f6data\u53ef\u4ee5\u4e0d\u7528\u51fa\u73b0 <\/span><span style=\"color: #008000;\">*\/<\/span><span style=\"color: #000000;\"> \n} adjlist[maxvertexnum];\n<\/span><span style=\"color: #008000;\">\/*<\/span><span style=\"color: #008000;\"> adjlist\u662f\u90bb\u63a5\u8868\u7c7b\u578b <\/span><span style=\"color: #008000;\">*\/<\/span> \n<span style=\"color: #008000;\">\/*<\/span><span style=\"color: #008000;\"> \u56fe\u7ed3\u70b9\u7684\u5b9a\u4e49 <\/span><span style=\"color: #008000;\">*\/<\/span><span style=\"color: #000000;\"> \ntypedef <\/span><span style=\"color: #0000ff;\">struct<\/span> gnode *<span style=\"color: #000000;\">ptrtognode; \n<\/span><span style=\"color: #0000ff;\">struct<\/span><span style=\"color: #000000;\"> gnode{       \n    <\/span><span style=\"color: #0000ff;\">int<\/span> nv;     <span style=\"color: #008000;\">\/*<\/span><span style=\"color: #008000;\"> \u9876\u70b9\u6570 <\/span><span style=\"color: #008000;\">*\/<\/span>     \n    <span style=\"color: #0000ff;\">int<\/span> ne;     <span style=\"color: #008000;\">\/*<\/span><span style=\"color: #008000;\"> \u8fb9\u6570   <\/span><span style=\"color: #008000;\">*\/<\/span><span style=\"color: #000000;\">     \n    adjlist g;  <\/span><span style=\"color: #008000;\">\/*<\/span><span style=\"color: #008000;\"> \u90bb\u63a5\u8868 <\/span><span style=\"color: #008000;\">*\/<\/span><span style=\"color: #000000;\"> \n};\ntypedef ptrtognode lgraph; <\/span><span style=\"color: #008000;\">\/*<\/span><span style=\"color: #008000;\"> \u4ee5\u90bb\u63a5\u8868\u65b9\u5f0f\u5b58\u50a8\u7684\u56fe\u7c7b\u578b <\/span><span style=\"color: #008000;\">*\/<\/span><span style=\"color: #000000;\">\n\nlgraph creategraph( <\/span><span style=\"color: #0000ff;\">int<\/span><span style=\"color: #000000;\"> vertexnum ) { \n    <\/span><span style=\"color: #008000;\">\/*<\/span><span style=\"color: #008000;\"> \u521d\u59cb\u5316\u4e00\u4e2a\u6709vertexnum\u4e2a\u9876\u70b9\u4f46\u6ca1\u6709\u8fb9\u7684\u56fe <\/span><span style=\"color: #008000;\">*\/<\/span><span style=\"color: #000000;\">     \n    vertex v;     \n    lgraph graph;          \n    graph <\/span>= (lgraph)<span style=\"color: #0000ff;\">malloc<\/span>( <span style=\"color: #0000ff;\">sizeof<\/span>(<span style=\"color: #0000ff;\">struct<\/span> gnode) ); <span style=\"color: #008000;\">\/*<\/span><span style=\"color: #008000;\"> \u5efa\u7acb\u56fe <\/span><span style=\"color: #008000;\">*\/<\/span><span style=\"color: #000000;\">     \n    graph<\/span>-&gt;nv =<span style=\"color: #000000;\"> vertexnum;     \n    graph<\/span>-&gt;ne = <span style=\"color: #800080;\">0<\/span>;     <span style=\"color: #008000;\">\/*<\/span><span style=\"color: #008000;\"> \u521d\u59cb\u5316\u90bb\u63a5\u8868\u5934\u6307\u9488 <\/span><span style=\"color: #008000;\">*\/<\/span>     \n    <span style=\"color: #008000;\">\/*<\/span><span style=\"color: #008000;\"> \u6ce8\u610f\uff1a\u8fd9\u91cc\u9ed8\u8ba4\u9876\u70b9\u7f16\u53f7\u4ece0\u5f00\u59cb\uff0c\u5230(graph-&gt;nv - 1) <\/span><span style=\"color: #008000;\">*\/<\/span>        \n    <span style=\"color: #0000ff;\">for<\/span> (v=<span style=\"color: #800080;\">0<\/span>; v&lt;graph-&gt;nv; v++<span style=\"color: #000000;\">)         \n        graph<\/span>-&gt;g[v].firstedge =<span style=\"color: #000000;\"> null;                  \n    <\/span><span style=\"color: #0000ff;\">return<\/span><span style=\"color: #000000;\"> graph;  \n}\n<\/span><span style=\"color: #0000ff;\">void<\/span><span style=\"color: #000000;\"> insertedge( lgraph graph, edge e ) {     \n    ptrtoadjvnode newnode;<\/span><span style=\"color: #008000;\">\/*<\/span><span style=\"color: #008000;\"> \u63d2\u5165\u8fb9 &lt;v1, v2&gt; <\/span><span style=\"color: #008000;\">*\/<\/span>     \n    <span style=\"color: #008000;\">\/*<\/span><span style=\"color: #008000;\"> \u4e3av2\u5efa\u7acb\u65b0\u7684\u90bb\u63a5\u70b9 <\/span><span style=\"color: #008000;\">*\/<\/span><span style=\"color: #000000;\">     \n    newnode <\/span>= (ptrtoadjvnode)<span style=\"color: #0000ff;\">malloc<\/span>(<span style=\"color: #0000ff;\">sizeof<\/span>(<span style=\"color: #0000ff;\">struct<\/span><span style=\"color: #000000;\"> adjvnode));     \n    newnode<\/span>-&gt;adjv = e-&gt;<span style=\"color: #000000;\">v2;     \n    newnode<\/span>-&gt;weight = e-&gt;<span style=\"color: #000000;\">weight;     \n    <\/span><span style=\"color: #008000;\">\/*<\/span><span style=\"color: #008000;\"> \u5c06v2\u63d2\u5165v1\u7684\u8868\u5934 <\/span><span style=\"color: #008000;\">*\/<\/span><span style=\"color: #000000;\">     \n    newnode<\/span>-&gt;next = graph-&gt;g[e-&gt;<span style=\"color: #000000;\">v1].firstedge;     \n    graph<\/span>-&gt;g[e-&gt;v1].firstedge =<span style=\"color: #000000;\"> newnode;  \n    <\/span><span style=\"color: #008000;\">\/*<\/span><span style=\"color: #008000;\"> \u82e5\u662f\u65e0\u5411\u56fe\uff0c\u8fd8\u8981\u63d2\u5165\u8fb9 &lt;v2, v1&gt; <\/span><span style=\"color: #008000;\">*\/<\/span>     \n    <span style=\"color: #008000;\">\/*<\/span><span style=\"color: #008000;\"> \u4e3av1\u5efa\u7acb\u65b0\u7684\u90bb\u63a5\u70b9 <\/span><span style=\"color: #008000;\">*\/<\/span><span style=\"color: #000000;\">     \n    newnode <\/span>= (ptrtoadjvnode)<span style=\"color: #0000ff;\">malloc<\/span>(<span style=\"color: #0000ff;\">sizeof<\/span>(<span style=\"color: #0000ff;\">struct<\/span><span style=\"color: #000000;\"> adjvnode));     \n    newnode<\/span>-&gt;adjv = e-&gt;<span style=\"color: #000000;\">v1;     \n    newnode<\/span>-&gt;weight = e-&gt;<span style=\"color: #000000;\">weight; \n    <\/span><span style=\"color: #008000;\">\/*<\/span><span style=\"color: #008000;\"> \u5c06v1\u63d2\u5165v2\u7684\u8868\u5934 <\/span><span style=\"color: #008000;\">*\/<\/span><span style=\"color: #000000;\">     \n    newnode<\/span>-&gt;next = graph-&gt;g[e-&gt;<span style=\"color: #000000;\">v2].firstedge;     \n    graph<\/span>-&gt;g[e-&gt;v2].firstedge =<span style=\"color: #000000;\"> newnode; \n}\n\nlgraph buildgraph() {     \n    lgraph graph;     \n    edge e;     \n    vertex v;     \n    <\/span><span style=\"color: #0000ff;\">int<\/span><span style=\"color: #000000;\"> nv, i;          \n    scanf(<\/span><span style=\"color: #800000;\">\"<\/span><span style=\"color: #800000;\">%d<\/span><span style=\"color: #800000;\">\"<\/span>, &amp;<span style=\"color: #000000;\">nv);   \n    <\/span><span style=\"color: #008000;\">\/*<\/span><span style=\"color: #008000;\"> \u8bfb\u5165\u9876\u70b9\u4e2a\u6570 <\/span><span style=\"color: #008000;\">*\/<\/span><span style=\"color: #000000;\">     \n    graph <\/span>=<span style=\"color: #000000;\"> creategraph(nv); \n    <\/span><span style=\"color: #008000;\">\/*<\/span><span style=\"color: #008000;\"> \u521d\u59cb\u5316\u6709nv\u4e2a\u9876\u70b9\u4f46\u6ca1\u6709\u8fb9\u7684\u56fe <\/span><span style=\"color: #008000;\">*\/<\/span><span style=\"color: #000000;\">           \n    scanf(<\/span><span style=\"color: #800000;\">\"<\/span><span style=\"color: #800000;\">%d<\/span><span style=\"color: #800000;\">\"<\/span>, &amp;(graph-&gt;<span style=\"color: #000000;\">ne));   \n    <\/span><span style=\"color: #008000;\">\/*<\/span><span style=\"color: #008000;\"> \u8bfb\u5165\u8fb9\u6570 <\/span><span style=\"color: #008000;\">*\/<\/span>     \n    <span style=\"color: #0000ff;\">if<\/span> ( graph-&gt;ne != <span style=\"color: #800080;\">0<\/span><span style=\"color: #000000;\"> ) { \n        <\/span><span style=\"color: #008000;\">\/*<\/span><span style=\"color: #008000;\"> \u5982\u679c\u6709\u8fb9 <\/span><span style=\"color: #008000;\">*\/<\/span><span style=\"color: #000000;\">          \n        e <\/span>= (edge)<span style=\"color: #0000ff;\">malloc<\/span>( <span style=\"color: #0000ff;\">sizeof<\/span>(<span style=\"color: #0000ff;\">struct<\/span><span style=\"color: #000000;\"> enode) ); \n        <\/span><span style=\"color: #008000;\">\/*<\/span><span style=\"color: #008000;\"> \u5efa\u7acb\u8fb9\u7ed3\u70b9 <\/span><span style=\"color: #008000;\">*\/<\/span>         \n        <span style=\"color: #008000;\">\/*<\/span><span style=\"color: #008000;\"> \u8bfb\u5165\u8fb9\uff0c\u683c\u5f0f\u4e3a\"\u8d77\u70b9 \u7ec8\u70b9 \u6743\u91cd\"\uff0c\u63d2\u5165\u90bb\u63a5\u77e9\u9635 <\/span><span style=\"color: #008000;\">*\/<\/span>         \n        <span style=\"color: #0000ff;\">for<\/span> (i=<span style=\"color: #800080;\">0<\/span>; i&lt;graph-&gt;ne; i++<span style=\"color: #000000;\">) {             \n            scanf(<\/span><span style=\"color: #800000;\">\"<\/span><span style=\"color: #800000;\">%d %d %d<\/span><span style=\"color: #800000;\">\"<\/span>, &amp;e-&gt;v1, &amp;e-&gt;v2, &amp;e-&gt;<span style=\"color: #000000;\">weight);             \n            <\/span><span style=\"color: #008000;\">\/*<\/span><span style=\"color: #008000;\"> \u6ce8\u610f\uff1a\u5982\u679c\u6743\u91cd\u4e0d\u662f\u6574\u578b\uff0cweight\u7684\u8bfb\u5165\u683c\u5f0f\u8981\u6539 <\/span><span style=\"color: #008000;\">*\/<\/span><span style=\"color: #000000;\">             \n            insertedge( graph, e );         \n        }     \n    }      \n    <\/span><span style=\"color: #008000;\">\/*<\/span><span style=\"color: #008000;\"> \u5982\u679c\u9876\u70b9\u6709\u6570\u636e\u7684\u8bdd\uff0c\u8bfb\u5165\u6570\u636e <\/span><span style=\"color: #008000;\">*\/<\/span>     \n    <span style=\"color: #0000ff;\">for<\/span> (v=<span style=\"color: #800080;\">0<\/span>; v&lt;graph-&gt;nv; v++<span style=\"color: #000000;\">)          \n        scanf(<\/span><span style=\"color: #800000;\">\"<\/span><span style=\"color: #800000;\"> %c<\/span><span style=\"color: #800000;\">\"<\/span>, &amp;(graph-&gt;<span style=\"color: #000000;\">g[v].data));     \n    <\/span><span style=\"color: #0000ff;\">return<\/span><span style=\"color: #000000;\"> graph; \n}<\/span><\/pre>\n<\/div>\n<p>\u90bb\u63a5\u8868<\/p>\n","protected":false},"excerpt":{"rendered":"<p>#include&lt;bits\/stdc++.h&gt; #define maxvertexnum [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-159","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v18.6 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>\u90bb\u63a5\u8868 - imwarming<\/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:\/\/imwarming.com\/?p=159\" \/>\n<meta property=\"og:locale\" content=\"zh_CN\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\u90bb\u63a5\u8868 - imwarming\" \/>\n<meta property=\"og:description\" content=\"#include&lt;bits\/stdc++.h&gt; #define maxvertexnum [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/imwarming.com\/?p=159\" \/>\n<meta property=\"og:site_name\" content=\"imwarming\" \/>\n<meta property=\"article:published_time\" content=\"2019-12-28T08:34:00+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u4f5c\u8005\" \/>\n\t<meta name=\"twitter:data1\" content=\"warming\" \/>\n\t<meta name=\"twitter:label2\" content=\"\u9884\u8ba1\u9605\u8bfb\u65f6\u95f4\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 \u5206\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebSite\",\"@id\":\"https:\/\/imwarming.com\/#website\",\"url\":\"https:\/\/imwarming.com\/\",\"name\":\"imwarming\",\"description\":\"\u6c38\u8fdc\u5e74\u8f7b\uff0c\u6c38\u8fdc\u70ed\u6cea\u76c8\u7736\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/imwarming.com\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"zh-Hans\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/imwarming.com\/?p=159#webpage\",\"url\":\"https:\/\/imwarming.com\/?p=159\",\"name\":\"\u90bb\u63a5\u8868 - imwarming\",\"isPartOf\":{\"@id\":\"https:\/\/imwarming.com\/#website\"},\"datePublished\":\"2019-12-28T08:34:00+00:00\",\"dateModified\":\"2019-12-28T08:34:00+00:00\",\"author\":{\"@id\":\"https:\/\/imwarming.com\/#\/schema\/person\/9d76869a558bac6dd0d6d58f420ee8ea\"},\"breadcrumb\":{\"@id\":\"https:\/\/imwarming.com\/?p=159#breadcrumb\"},\"inLanguage\":\"zh-Hans\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/imwarming.com\/?p=159\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/imwarming.com\/?p=159#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u9996\u9875\",\"item\":\"https:\/\/imwarming.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\u90bb\u63a5\u8868\"}]},{\"@type\":\"Person\",\"@id\":\"https:\/\/imwarming.com\/#\/schema\/person\/9d76869a558bac6dd0d6d58f420ee8ea\",\"name\":\"warming\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\/\/imwarming.com\/#personlogo\",\"inLanguage\":\"zh-Hans\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/c4a913eed88f7601b76bbf2b103472621195b6fa2f742af89b5ea185b60e7cff?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/c4a913eed88f7601b76bbf2b103472621195b6fa2f742af89b5ea185b60e7cff?s=96&d=mm&r=g\",\"caption\":\"warming\"},\"sameAs\":[\"https:\/\/imwarming.com\"],\"url\":\"https:\/\/imwarming.com\/?author=1\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"\u90bb\u63a5\u8868 - imwarming","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:\/\/imwarming.com\/?p=159","og_locale":"zh_CN","og_type":"article","og_title":"\u90bb\u63a5\u8868 - imwarming","og_description":"#include&lt;bits\/stdc++.h&gt; #define maxvertexnum [&hellip;]","og_url":"https:\/\/imwarming.com\/?p=159","og_site_name":"imwarming","article_published_time":"2019-12-28T08:34:00+00:00","twitter_card":"summary_large_image","twitter_misc":{"\u4f5c\u8005":"warming","\u9884\u8ba1\u9605\u8bfb\u65f6\u95f4":"1 \u5206"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebSite","@id":"https:\/\/imwarming.com\/#website","url":"https:\/\/imwarming.com\/","name":"imwarming","description":"\u6c38\u8fdc\u5e74\u8f7b\uff0c\u6c38\u8fdc\u70ed\u6cea\u76c8\u7736","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/imwarming.com\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"zh-Hans"},{"@type":"WebPage","@id":"https:\/\/imwarming.com\/?p=159#webpage","url":"https:\/\/imwarming.com\/?p=159","name":"\u90bb\u63a5\u8868 - imwarming","isPartOf":{"@id":"https:\/\/imwarming.com\/#website"},"datePublished":"2019-12-28T08:34:00+00:00","dateModified":"2019-12-28T08:34:00+00:00","author":{"@id":"https:\/\/imwarming.com\/#\/schema\/person\/9d76869a558bac6dd0d6d58f420ee8ea"},"breadcrumb":{"@id":"https:\/\/imwarming.com\/?p=159#breadcrumb"},"inLanguage":"zh-Hans","potentialAction":[{"@type":"ReadAction","target":["https:\/\/imwarming.com\/?p=159"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/imwarming.com\/?p=159#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u9996\u9875","item":"https:\/\/imwarming.com\/"},{"@type":"ListItem","position":2,"name":"\u90bb\u63a5\u8868"}]},{"@type":"Person","@id":"https:\/\/imwarming.com\/#\/schema\/person\/9d76869a558bac6dd0d6d58f420ee8ea","name":"warming","image":{"@type":"ImageObject","@id":"https:\/\/imwarming.com\/#personlogo","inLanguage":"zh-Hans","url":"https:\/\/secure.gravatar.com\/avatar\/c4a913eed88f7601b76bbf2b103472621195b6fa2f742af89b5ea185b60e7cff?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/c4a913eed88f7601b76bbf2b103472621195b6fa2f742af89b5ea185b60e7cff?s=96&d=mm&r=g","caption":"warming"},"sameAs":["https:\/\/imwarming.com"],"url":"https:\/\/imwarming.com\/?author=1"}]}},"_links":{"self":[{"href":"https:\/\/imwarming.com\/index.php?rest_route=\/wp\/v2\/posts\/159","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/imwarming.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/imwarming.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/imwarming.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/imwarming.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=159"}],"version-history":[{"count":0,"href":"https:\/\/imwarming.com\/index.php?rest_route=\/wp\/v2\/posts\/159\/revisions"}],"wp:attachment":[{"href":"https:\/\/imwarming.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=159"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/imwarming.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=159"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/imwarming.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=159"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}