{"id":1864,"date":"2025-06-10T17:02:43","date_gmt":"2025-06-10T09:02:43","guid":{"rendered":"https:\/\/www.zhaozhao123.cn\/wpcms\/wpdt\/1864.html"},"modified":"2025-06-10T17:02:43","modified_gmt":"2025-06-10T09:02:43","slug":"%e5%a6%82%e4%bd%95%e5%9c%a8-wordpress-%e4%b8%ad%e8%ae%be%e7%bd%ae-oembed-%e6%9c%80%e5%a4%a7%e5%ae%bd%e5%ba%a6%ef%bc%884-%e7%a7%8d%e7%ae%80%e5%8d%95%e6%96%b9%e6%b3%95%ef%bc%89","status":"publish","type":"post","link":"https:\/\/www.zhaozhao123.cn\/wpcms\/post\/1864.html","title":{"rendered":"\u5982\u4f55\u5728 WordPress \u4e2d\u8bbe\u7f6e oEmbed \u6700\u5927\u5bbd\u5ea6\uff084 \u79cd\u7b80\u5355\u65b9\u6cd5\uff09"},"content":{"rendered":"<div class=\"wp-block-columns p-0 border is-layout-flex wp-container-core-columns-is-layout-28f84493 wp-block-columns-is-layout-flex\">\r\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\r\n<div class=\"wp-block-columns px-4 py-3 border-bottom has-background is-layout-flex wp-container-core-columns-is-layout-28f84493 wp-block-columns-is-layout-flex\" style=\"background:linear-gradient(243deg,rgb(238,238,238) 0%,rgba(58,166,242,0.15) 100%)\">\r\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\r\n<div class=\"wp-block-group is-nowrap is-layout-flex wp-container-core-group-is-layout-6c531013 wp-block-group-is-layout-flex\">\r\n<figure class=\"wp-block-image size-thumbnail is-resized is-style-rounded is-style-rounded--1\"><img decoding=\"async\" src=\"https:\/\/www.zhaozhao123.cn\/myitems\/images\/sites16\/2025\/06\/dyA-1-400x300.jpg\" alt=\"Bug&#32534;&#35793;&#29422;\" class=\"wp-image-1842\" style=\"object-fit:cover;width:30px;height:30px\"><\/figure>\r\n\r\n\r\n\r\n<p class=\"my-0\">Bug&#32534;&#35793;&#29422;<\/p>\r\n<\/div>\r\n<\/div>\r\n<\/div>\r\n\r\n\r\n\r\n<div class=\"wp-block-columns px-xl-5 px-4 py-xl-4 py-3 is-layout-flex wp-container-core-columns-is-layout-28f84493 wp-block-columns-is-layout-flex\">\r\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\r\n<p>&#35201;&#22312; WordPress &#20013;&#35774;&#32622; oEmbed &#30340;&#26368;&#22823;&#23485;&#24230;&#65292;&#20320;&#21487;&#20197;&#37319;&#29992;&#20197;&#19979;&#20960;&#31181;&#31616;&#21333;&#30340;&#26041;&#27861;&#12290;&#36825;&#20123;&#26041;&#27861;&#36866;&#29992;&#20110;&#22823;&#22810;&#25968;&#29616;&#20195;&#30340; WordPress &#20027;&#39064;&#21644;&#25554;&#20214;&#12290;<\/p>\n<h3>&#26041;&#27861;&#19968;&#65306;&#20351;&#29992; <code>oembed_max_width<\/code> &#26816;&#26597;<\/h3>\n<ol>\n<li>\n<p><strong>&#28155;&#21152;&#21040;&#20027;&#39064;&#25110;&#25554;&#20214;&#25991;&#20214;<\/strong>&#65306;\n&#25171;&#24320;&#20320;&#30340;&#20027;&#39064;&#30340; <code>functions.php<\/code> &#25991;&#20214;&#25110;&#25554;&#20214;&#30340;&#26680;&#24515;&#20195;&#30721;&#25991;&#20214;&#65292;&#25214;&#21040;&#30456;&#20851;&#37096;&#20998;&#24182;&#28155;&#21152;&#20197;&#19979;&#20195;&#30721;&#65306;<\/p>\n<pre><code class=\"language-php\">add_filter('oembed_max_width', 'set_oembed_max_width', 10, 2);\n\nfunction set_oembed_max_width($max_width, $url) {\n   return 800; \/\/ &#35774;&#32622;&#20026; 800 &#20687;&#32032;\n}<\/code><\/pre>\n<p>&#36825;&#27573;&#20195;&#30721;&#20250;&#30830;&#20445;&#25152;&#26377;&#23884;&#20837;&#20869;&#23481;&#30340;&#26368;&#22823;&#23485;&#24230;&#37117;&#38480;&#21046;&#20026; 800 &#20687;&#32032;&#12290;<\/p>\n<\/li>\n<\/ol>\n<h3>&#26041;&#27861;&#20108;&#65306;&#20351;&#29992;&#36807;&#28388;&#22120; <code>oembed_max_width<\/code><\/h3>\n<ol start=\"2\">\n<li>\n<p><strong>&#20351;&#29992;&#25554;&#20214;&#25110;&#33258;&#23450;&#20041;&#20989;&#25968;<\/strong>&#65306;\n&#22914;&#26524;&#20320;&#26377;&#29305;&#23450;&#30340;&#38656;&#27714;&#25110;&#32773;&#24819;&#35201;&#26356;&#31934;&#32454;&#22320;&#25511;&#21046;&#65292;&#21487;&#20197;&#21019;&#24314;&#19968;&#20010;&#33258;&#23450;&#20041;&#30340;&#25554;&#20214;&#26469;&#22788;&#29702;&#36825;&#20010;&#36923;&#36753;&#12290;&#39318;&#20808;&#65292;&#21019;&#24314;&#19968;&#20010;&#26032;&#30340; PHP &#25554;&#20214;&#25991;&#20214;&#65292;&#20363;&#22914; <code>custom-embed-max-width.php<\/code>&#65292;&#28982;&#21518;&#22312;&#20854;&#20013;&#28155;&#21152;&#20197;&#19979;&#20195;&#30721;&#65306;<\/p>\n<pre><code class=\"language-php\">&lt;?php\nclass Custom_OEmbed_Max_Width {\n   public static function activate() {\n       add_filter( 'oembed_max_width', array(__CLASS__, 'set_oembed_max_width'), 10, 2 );\n   }\n\n   public static function deactivate() {\n       remove_filter( 'oembed_max_width', array(__CLASS__, 'set_oembed_max_width') );\n   }\n\n   public static function set_oembed_max_width( $max_width, $url ) {\n       return 800; \/\/ &#36820;&#22238;&#25351;&#23450;&#30340;&#26368;&#22823;&#23485;&#24230;\n   }\n}\n\nnew Custom_OEmbed_Max_Width();<\/code><\/pre>\n<p>&#21551;&#29992;&#27492;&#25554;&#20214;&#21518;&#65292;&#25152;&#26377;&#30340; oEmbed &#38142;&#25509;&#37117;&#20250;&#34987;&#38480;&#21046;&#20026; 800 &#20687;&#32032;&#12290;<\/p>\n<\/li>\n<\/ol>\n<h3>&#26041;&#27861;&#19977;&#65306;&#36890;&#36807;&#20027;&#39064;&#36873;&#39033;&#21345;&#37197;&#32622;<\/h3>\n<ol start=\"3\">\n<li><strong>&#32534;&#36753;&#20027;&#39064;&#35774;&#32622;<\/strong>&#65306;\n&#35775;&#38382; WordPress &#31649;&#29702;&#21518;&#21488; &gt; &#35774;&#32622; &gt; &#26631;&#31614; &gt; &#20027;&#39064;&#35774;&#32622;&#12290;&#22312;&#36825;&#37324;&#65292;&#20320;&#21487;&#20197;&#36873;&#25321;&#26159;&#21542;&#21551;&#29992;&ldquo;&#26368;&#22823;&#23485;&#24230;&rdquo;&#36873;&#39033;&#20197;&#21450;&#35774;&#23450;&#20854;&#20540;&#12290;&#36825;&#26679;&#20570;&#30340;&#22909;&#22788;&#26159;&#23427;&#20801;&#35768;&#29992;&#25143;&#26681;&#25454;&#33258;&#24049;&#30340;&#21916;&#22909;&#35843;&#25972; oEmbed &#30340;&#26174;&#31034;&#23610;&#23544;&#12290;<\/li>\n<\/ol>\n<h3>&#31034;&#20363;&#20195;&#30721;&#19982;&#25928;&#26524;<\/h3>\n<p>&#20551;&#35774;&#25105;&#20204;&#36873;&#25321;&#20102;&#31532;&#19968;&#20010;&#26041;&#27861;&#65292;&#21363;&#20462;&#25913; <code>functions.php<\/code> &#25991;&#20214;&#20013;&#30340;&#20195;&#30721;&#12290;&#25171;&#24320; <code>functions.php<\/code> &#25991;&#20214;&#65292;&#22797;&#21046;&#19978;&#36848;&#20195;&#30721;&#65292;&#28982;&#21518;&#20445;&#23384;&#12290;&#29616;&#22312;&#65292;&#24403;&#20320;&#35775;&#38382;&#26576;&#20010;&#25903;&#25345; oEmbed &#30340;&#32593;&#39029;&#26102;&#65292;&#23427;&#30340;&#22270;&#29255;&#25110;&#35270;&#39057;&#23558;&#20250;&#20197; 800 &#20687;&#32032;&#20316;&#20026;&#26368;&#22823;&#23485;&#24230;&#26174;&#31034;&#12290;<\/p>\n<h3>&#24635;&#32467;<\/h3>\n<p>&#20197;&#19978;&#19977;&#31181;&#26041;&#27861;&#37117;&#26159;&#35774;&#32622; oEmbed &#26368;&#22823;&#23485;&#24230;&#30340;&#26377;&#25928;&#26041;&#24335;&#12290;&#27599;&#31181;&#26041;&#27861;&#37117;&#26377;&#20854;&#36866;&#29992;&#22330;&#26223;&#21644;&#20248;&#21183;&#12290;&#22914;&#26524;&#20320;&#26159;&#22312;&#24320;&#21457;&#26032;&#20027;&#39064;&#25110;&#25554;&#20214;&#65292;&#36890;&#24120;&#25512;&#33616;&#20351;&#29992;&#25554;&#20214;&#26041;&#24335;&#26469;&#30830;&#20445;&#20860;&#23481;&#24615;&#21644;&#25193;&#23637;&#24615;&#65307;&#32780;&#22914;&#26524;&#21482;&#26159;&#31616;&#21333;&#30340;&#20027;&#39064;&#20462;&#25913;&#65292;&#37027;&#20040;&#20462;&#25913;&#20027;&#39064;&#25991;&#20214;&#26159;&#26368;&#30452;&#35266;&#30340;&#26041;&#24335;&#12290;<\/p>\r\n<\/div>\r\n<\/div>\r\n<\/div>\r\n<\/div><div class=\"wp-block-columns p-0 border is-layout-flex wp-container-core-columns-is-layout-28f84493 wp-block-columns-is-layout-flex\">\r\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\r\n<div class=\"wp-block-columns px-4 py-3 border-bottom has-background is-layout-flex wp-container-core-columns-is-layout-28f84493 wp-block-columns-is-layout-flex\" style=\"background:linear-gradient(243deg,rgb(238,238,238) 0%,rgba(58,166,242,0.15) 100%)\">\r\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\r\n<div class=\"wp-block-group is-nowrap is-layout-flex wp-container-core-group-is-layout-6c531013 wp-block-group-is-layout-flex\">\r\n<figure class=\"wp-block-image size-thumbnail is-resized is-style-rounded is-style-rounded--2\"><img decoding=\"async\" src=\"https:\/\/www.zhaozhao123.cn\/myitems\/images\/sites16\/2025\/06\/zp-400x300.jpg\" alt=\"&#40657;&#26495;&#21069;&#30340;Bug&#35821;&#27861;&#35762;&#24072;\" class=\"wp-image-1849\" style=\"object-fit:cover;width:30px;height:30px\"><\/figure>\r\n\r\n\r\n\r\n<p class=\"my-0\">&#40657;&#26495;&#21069;&#30340;Bug&#35821;&#27861;&#35762;&#24072;<\/p>\r\n<\/div>\r\n<\/div>\r\n<\/div>\r\n\r\n\r\n\r\n<div class=\"wp-block-columns px-xl-5 px-4 py-xl-4 py-3 is-layout-flex wp-container-core-columns-is-layout-28f84493 wp-block-columns-is-layout-flex\">\r\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\r\n<p>&#22312; WordPress &#20013;&#35774;&#32622; oEmbed &#26368;&#22823;&#23485;&#24230;&#26159;&#19968;&#31181;&#24120;&#35265;&#30340;&#38656;&#27714;&#65292;&#29305;&#21035;&#26159;&#24403;&#38656;&#35201;&#23558;&#38271;&#31687;&#25991;&#31456;&#25110;&#35270;&#39057;&#20869;&#23481;&#20316;&#20026;&#21333;&#20010;&#39029;&#38754;&#30340;&#19968;&#37096;&#20998;&#26102;&#12290;&#20197;&#19979;&#26159;&#22235;&#31181;&#31616;&#21333;&#30340;&#26041;&#27861;&#26469;&#23454;&#29616;&#36825;&#19968;&#30446;&#26631;&#65306;<\/p>\n<h3>&#26041;&#27861; 1: &#20351;&#29992;&#20869;&#32622;&#25554;&#20214;<\/h3>\n<p><strong>&#27493;&#39588; 1:<\/strong> &#23433;&#35013;&#24182;&#28608;&#27963; &#8220;oEmbed&#8221; &#25554;&#20214;&#12290;<\/p>\n<pre><code class=\"language-bash\">wp plugin activate oembed<\/code><\/pre>\n<p><strong>&#27493;&#39588; 2:<\/strong> &#22312;&#20027;&#39064;&#20013;&#21551;&#29992; &#8220;oEmbed&#8221; &#21151;&#33021;&#12290;<\/p>\n<pre><code class=\"language-php\">\/\/ &#35774;&#32622; oEmbed &#30340;&#26368;&#22823;&#23485;&#24230;\nadd_theme_support( 'oembed', array(\n    'max_width' =&gt; 400,\n) );<\/code><\/pre>\n<p><strong>&#27493;&#39588; 3:<\/strong> &#23558; oEmbed &#25554;&#20214;&#24212;&#29992;&#20110;&#25991;&#31456;&#12289;&#39029;&#30473;&#31561;&#20803;&#32032;&#12290;<\/p>\n<p><strong>&#27493;&#39588; 4:<\/strong> &#39564;&#35777; oEmbed &#35774;&#32622;&#26159;&#21542;&#29983;&#25928;&#12290;<\/p>\n<pre><code class=\"language-php\">$width = get_option('oembed_max_width');\nif ($width &gt; 0) {\n    echo \"Max width set to $width pixels.\";\n} else {\n    echo \"No maximum width set.\";\n}<\/code><\/pre>\n<h3>&#26041;&#27861; 2: &#20351;&#29992;&#33258;&#23450;&#20041; CSS<\/h3>\n<p><strong>&#27493;&#39588; 1:<\/strong> &#21019;&#24314;&#19968;&#20010;&#21517;&#20026; <code>oembed.css<\/code> &#30340;&#26032;&#25991;&#20214;&#12290;<\/p>\n<pre><code class=\"language-bash\">touch \/path\/to\/your-theme\/oembed.css<\/code><\/pre>\n<p><strong>&#27493;&#39588; 2:<\/strong> &#32534;&#36753;&#35813;&#25991;&#20214;&#20197;&#28155;&#21152;&#20197;&#19979;&#26679;&#24335;&#35268;&#21017;&#65306;<\/p>\n<pre><code class=\"language-css\">.oembed-image img {\n    max-width: 400px;\n}<\/code><\/pre>\n<p><strong>&#27493;&#39588; 3:<\/strong> &#26356;&#26032;&#24744;&#30340;&#20027;&#39064;&#26679;&#24335;&#34920;&#20197;&#21253;&#21547;&#27492;&#25991;&#20214;&#12290;<\/p>\n<pre><code class=\"language-php\">function update_theme_css() {\n    wp_deregister_style('theme-style');\n    wp_register_style('theme-style', plugins_url('\/oembed\/oembed.css', __FILE__));\n    wp_enqueue_style('theme-style');\n}\n\nadd_action('after_setup_theme', 'update_theme_css');<\/code><\/pre>\n<p><strong>&#27493;&#39588; 4:<\/strong> &#27979;&#35797;&#25928;&#26524;&#65292;&#30830;&#20445;&#22312;&#26174;&#31034;&#20219;&#20309;&#24102;&#26377; oEmbed &#22270;&#29255;&#30340;&#25991;&#31456;&#25110;&#39029;&#38754;&#26102;&#65292;&#22270;&#29255;&#30340;&#26368;&#22823;&#23485;&#24230;&#20026; 400 &#20687;&#32032;&#12290;<\/p>\n<h3>&#26041;&#27861; 3: &#20351;&#29992;&#22806;&#37096; CSS &#25991;&#20214;<\/h3>\n<p><strong>&#27493;&#39588; 1:<\/strong> &#21019;&#24314;&#19968;&#20010;&#26032;&#30340;&#22806;&#37096; CSS &#25991;&#20214;&#65292;&#24182;&#23558;&#20854;&#25918;&#22312;&#24744;&#30340;&#20027;&#39064;&#30446;&#24405;&#19979;&#30340;&#20844;&#20849;&#25991;&#20214;&#22841;&#20013;&#12290;<\/p>\n<p><strong>&#27493;&#39588; 2:<\/strong> &#21516;&#26679;&#22320;&#32534;&#36753; <code>oembed.css<\/code> &#25991;&#20214;&#65292;&#24182;&#28155;&#21152;&#26679;&#24335;&#35268;&#21017;&#65306;<\/p>\n<pre><code class=\"language-css\">.oembed-image img {\n    max-width: 400px;\n}<\/code><\/pre>\n<p><strong>&#27493;&#39588; 3:<\/strong> &#23558;&#22806;&#37096; CSS &#25991;&#20214;&#38142;&#25509;&#21040;&#24744;&#30340;&#20027;&#39064;&#26679;&#24335;&#34920;&#20013;&#12290;<\/p>\n<pre><code class=\"language-php\">function update_theme_css() {\n    wp_deregister_style('theme-style');\n    wp_register_style('external-css', plugins_url('\/oembed\/oembed.css', __FILE__), false, '1.0.0');\n    wp_enqueue_style('external-css');\n}\n\nadd_action('after_setup_theme', 'update_theme_css');<\/code><\/pre>\n<p><strong>&#27493;&#39588; 4:<\/strong> &#27979;&#35797;&#25928;&#26524;&#65292;&#30830;&#20445;&#22312;&#26174;&#31034;&#20219;&#20309;&#24102;&#26377; oEmbed &#22270;&#29255;&#30340;&#25991;&#31456;&#25110;&#39029;&#38754;&#26102;&#65292;&#22270;&#29255;&#30340;&#26368;&#22823;&#23485;&#24230;&#20026; 400 &#20687;&#32032;&#12290;<\/p>\n<h3>&#26041;&#27861; 4: &#33258;&#23450;&#20041;&#25554;&#20214;&#37197;&#32622;<\/h3>\n<p><strong>&#27493;&#39588; 1:<\/strong> &#21019;&#24314;&#19968;&#20010;&#26032;&#30340;&#33258;&#23450;&#20041;&#25554;&#20214;&#65292;&#20363;&#22914;&#21629;&#21517;&#20026; <code>oembed_max_width<\/code>&#12290;<\/p>\n<p><strong>&#27493;&#39588; 2:<\/strong> &#32534;&#36753;&#35813;&#25554;&#20214;&#30340; PHP &#35268;&#21017;&#25991;&#20214; (<code>config.php<\/code>)&#12290;<\/p>\n<p><strong>&#27493;&#39588; 3:<\/strong> &#28155;&#21152;&#22914;&#19979;&#34892;&#26469;&#35774;&#32622; oEmbed &#22270;&#20687;&#30340;&#26368;&#22823;&#23485;&#24230;&#65306;<\/p>\n<pre><code class=\"language-php\">'max_width': 400,<\/code><\/pre>\n<p><strong>&#27493;&#39588; 4:<\/strong> &#23558;&#26032;&#30340;&#33258;&#23450;&#20041;&#25554;&#20214;&#19978;&#20256;&#21040;&#24744;&#30340; WordPress &#20027;&#39064;&#23433;&#35013;&#30446;&#24405;&#19979;&#30340; <code>plugins<\/code> &#30446;&#24405;&#19979;&#12290;<\/p>\n<p><strong>&#27493;&#39588; 5:<\/strong> &#26356;&#26032;&#24744;&#30340;&#20027;&#39064;&#35774;&#32622;&#20197;&#24341;&#29992;&#26032;&#21019;&#24314;&#30340;&#33258;&#23450;&#20041;&#25554;&#20214;&#12290;<\/p>\n<pre><code class=\"language-php\">function update_theme_css() {\n    wp_deregister_style('theme-style');\n    wp_register_style('custom-plugin', plugins_url('\/oembed\/max_width.css', __FILE__));\n    wp_enqueue_style('custom-plugin');\n}\n\nadd_action('after_setup_theme', 'update_theme_css');<\/code><\/pre>\n<p><strong>&#27493;&#39588; 6:<\/strong> &#27979;&#35797;&#25928;&#26524;&#65292;&#30830;&#20445;&#22312;&#26174;&#31034;&#20219;&#20309;&#24102;&#26377; oEmbed &#22270;&#29255;&#30340;&#25991;&#31456;&#25110;&#39029;&#38754;&#26102;&#65292;&#22270;&#29255;&#30340;&#26368;&#22823;&#23485;&#24230;&#20026; 400 &#20687;&#32032;&#12290;<\/p>\n<p>&#36890;&#36807;&#36825;&#20123;&#26041;&#27861;&#20013;&#30340;&#20219;&#24847;&#19968;&#31181;&#65292;&#24744;&#37117;&#21487;&#20197;&#36731;&#26494;&#22320;&#22312; WordPress &#20013;&#35774;&#32622; oEmbed &#22270;&#29255;&#30340;&#26368;&#22823;&#23485;&#24230;&#12290;&#35760;&#20303;&#65292;&#36825;&#36890;&#24120;&#26159;&#22312;&#32593;&#31449;&#35774;&#35745;&#21644;&#24067;&#23616;&#38454;&#27573;&#30340;&#19968;&#20010;&#37325;&#35201;&#32771;&#34385;&#22240;&#32032;&#65292;&#23588;&#20854;&#26159;&#22312;&#23637;&#31034;&#22823;&#37327;&#25991;&#26412;&#25110;&#35270;&#39057;&#20869;&#23481;&#26102;&#12290;<\/p>\r\n<\/div>\r\n<\/div>\r\n<\/div>\r\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Bug&#32534;&#35793;&#29422; &#35201;&#22312; WordPress &#20013;&#35774;&#32622; oEmbed &#30340;&#26368;&#22823;&#23485;&#24230;&#65292;&#20320;&#21487;&#20197;&#038;..<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"","ping_status":"","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[1],"tags":[52,53],"tuisongtax":[],"class_list":["post-1864","post","type-post","status-publish","format-standard","hentry","category-wpdt","tag-ztjc","tag-ztmbpzjc"],"acf":[],"_links":{"self":[{"href":"https:\/\/www.zhaozhao123.cn\/wpcms\/wp-json\/wp\/v2\/posts\/1864","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.zhaozhao123.cn\/wpcms\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.zhaozhao123.cn\/wpcms\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.zhaozhao123.cn\/wpcms\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.zhaozhao123.cn\/wpcms\/wp-json\/wp\/v2\/comments?post=1864"}],"version-history":[{"count":0,"href":"https:\/\/www.zhaozhao123.cn\/wpcms\/wp-json\/wp\/v2\/posts\/1864\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.zhaozhao123.cn\/wpcms\/wp-json\/wp\/v2\/media?parent=1864"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.zhaozhao123.cn\/wpcms\/wp-json\/wp\/v2\/categories?post=1864"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.zhaozhao123.cn\/wpcms\/wp-json\/wp\/v2\/tags?post=1864"},{"taxonomy":"tuisongtax","embeddable":true,"href":"https:\/\/www.zhaozhao123.cn\/wpcms\/wp-json\/wp\/v2\/tuisongtax?post=1864"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}