{"id":555,"date":"2025-06-11T00:48:50","date_gmt":"2025-06-10T16:48:50","guid":{"rendered":"https:\/\/www.zhaozhao123.cn\/php\/php-application-manual\/szyzfc\/555.html"},"modified":"2025-06-11T00:48:50","modified_gmt":"2025-06-10T16:48:50","slug":"php%e9%ab%98%e7%ba%a7%e6%ad%a3%e5%88%99%e8%a1%a8%e8%be%be%e5%bc%8f%e5%ae%9e%e4%be%8b","status":"publish","type":"my1js","link":"https:\/\/www.zhaozhao123.cn\/php\/my1js\/555.html","title":{"rendered":"PHP\u9ad8\u7ea7\u6b63\u5219\u8868\u8fbe\u5f0f\u5b9e\u4f8b"},"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=\"&#23567;&#36213;&#30721;&#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\">&#23567;&#36213;&#30721;&#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>&#22909;&#30340;&#65292;&#19979;&#38754;&#26159;&#19968;&#20010;&#20351;&#29992;PHP&#36827;&#34892;&#39640;&#32423;&#27491;&#21017;&#34920;&#36798;&#24335;&#30340;&#23454;&#20363;&#12290;&#36825;&#20010;&#20363;&#23376;&#23558;&#23637;&#31034;&#22914;&#20309;&#21305;&#37197;&#29305;&#23450;&#26684;&#24335;&#30340;&#30005;&#23376;&#37038;&#20214;&#22320;&#22336;&#12290;<\/p>\n<pre><code class=\"language-php\">&lt;?php\n\/\/ &#23450;&#20041;&#35201;&#39564;&#35777;&#30340;&#30005;&#23376;&#37038;&#20214;&#22320;&#22336;\n$email = \"example@example.com\";\n\n\/\/ &#20351;&#29992;preg_match&#20989;&#25968;&#36827;&#34892;&#27491;&#21017;&#34920;&#36798;&#24335;&#21305;&#37197;\nif (preg_match('\/^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+.[a-zA-Z]{2,}$\/', $email)) {\n    echo \"&#30005;&#23376;&#37038;&#20214;&#22320;&#22336;&#26377;&#25928;\";\n} else {\n    echo \"&#30005;&#23376;&#37038;&#20214;&#22320;&#22336;&#26080;&#25928;\";\n}\n?&gt;<\/code><\/pre>\n<p>&#22312;&#36825;&#20010;&#31034;&#20363;&#20013;&#65292;&#25105;&#20204;&#20351;&#29992;&#20102;<code>preg_match<\/code>&#20989;&#25968;&#26469;&#26816;&#26597;&#36755;&#20837;&#30340;&#30005;&#23376;&#37038;&#20214;&#22320;&#22336;&#26159;&#21542;&#31526;&#21512;&#26631;&#20934;&#30340;&#37038;&#20214;&#26684;&#24335;&#12290;&#20855;&#20307;&#26469;&#35828;&#65292;&#27491;&#21017;&#34920;&#36798;&#24335;&#27169;&#24335;<code>\/^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+.[a-zA-Z]{2,}$\/<\/code>&#35299;&#37322;&#22914;&#19979;&#65306;<\/p>\n<ul>\n<li><code>^<\/code> &#34920;&#31034;&#23383;&#31526;&#20018;&#30340;&#24320;&#22987;&#12290;<\/li>\n<li><code>[a-zA-Z0-9._%+-]+<\/code> &#21305;&#37197;&#19968;&#20010;&#25110;&#22810;&#20010;&#23383;&#27597;&#12289;&#25968;&#23383;&#12289;&#28857;&#65288;<code>.<\/code>&#65289;&#12289;&#19979;&#21010;&#32447;&#65288;<code>_<\/code>&#65289;&#12289;&#30334;&#20998;&#21495;&#65288;<code>%<\/code>&#65289;&#12289;&#21152;&#21495;&#65288;<code>+<\/code>&#65289;&#25110;&#20943;&#21495;&#65288;<code>-<\/code>&#65289;&#12290;&#36825;&#37096;&#20998;&#34920;&#31034;&#29992;&#25143;&#21517;&#37096;&#20998;&#12290;<\/li>\n<li><code>@<\/code> &#26159;&#30005;&#23376;&#37038;&#20214;&#22320;&#22336;&#20013;&#30340;&#20998;&#38548;&#31526;&#12290;<\/li>\n<li><code>[a-zA-Z0-9.-]+<\/code> &#21305;&#37197;&#19968;&#20010;&#25110;&#22810;&#20010;&#23383;&#27597;&#12289;&#25968;&#23383;&#12289;&#28857;&#65288;<code>.<\/code>&#65289;&#25110;&#36830;&#23383;&#31526;&#65288;<code>-<\/code>&#65289;&#12290;&#36825;&#37096;&#20998;&#34920;&#31034;&#22495;&#21517;&#37096;&#20998;&#12290;<\/li>\n<li><code>.<\/code> &#26159;&#28857;&#31526;&#21495;&#12290;<\/li>\n<li><code>[a-zA-Z]{2,}<\/code> &#21305;&#37197;&#33267;&#23569;&#20004;&#20010;&#23383;&#27597;&#65292;&#36825;&#37096;&#20998;&#34920;&#31034;&#39030;&#32423;&#22495;&#21517;&#12290;<\/li>\n<li><code>$<\/code> &#34920;&#31034;&#23383;&#31526;&#20018;&#30340;&#32467;&#26463;&#12290;<\/li>\n<\/ul>\n<p>&#36816;&#34892;&#36825;&#27573;&#20195;&#30721;&#26102;&#65292;&#22914;&#26524;&#36755;&#20837;&#30340;&#30005;&#23376;&#37038;&#20214;&#22320;&#22336;&#31526;&#21512;&#19978;&#36848;&#26684;&#24335;&#65292;&#21017;&#36755;&#20986;&ldquo;&#30005;&#23376;&#37038;&#20214;&#22320;&#22336;&#26377;&#25928;&rdquo;&#65292;&#21542;&#21017;&#36755;&#20986;&ldquo;&#30005;&#23376;&#37038;&#20214;&#22320;&#22336;&#26080;&#25928;&rdquo;&#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=\"&#23567;&#39532;&#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\">&#23567;&#39532;&#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<body><h3>&#20171;&#32461;<\/h3><p>&#27491;&#21017;&#34920;&#36798;&#24335;&#65288;regex&#65289;&#22312;PHP&#20013;&#25552;&#20379;&#20102;&#19968;&#31181;&#24378;&#22823;&#30340;&#26041;&#27861;&#26469;&#25628;&#32034;&#21644;&#25805;&#20316;&#23383;&#31526;&#20018;&#12290;&#26412;&#25351;&#21335;&#36890;&#36807;&#19968;&#31995;&#21015;&#39640;&#32423;&#31034;&#20363;&#23637;&#31034;&#20102;&#22914;&#20309;&#21033;&#29992;&#27491;&#21017;&#34920;&#36798;&#24335;&#12290;<\/p><h3>&#22522;&#26412;&#30340;&#27491;&#21017;&#34920;&#36798;&#24335;&#35821;&#27861;<\/h3><p>PHP &#25552;&#20379;&#20102;&#22810;&#31181;&#20989;&#25968;&#65292;&#20363;&#22914;<code>preg_match<\/code>&#22909;&#30340;&#65292;&#35831;&#21457;&#36865;&#20320;&#38656;&#35201;&#32763;&#35793;&#30340;&#20869;&#23481;&#12290;<code>preg_match_all<\/code>&#22909;&#30340;&#65292;&#35831;&#21457;&#36865;&#20320;&#38656;&#35201;&#32763;&#35793;&#30340;&#20869;&#23481;&#12290;<code>preg_replace<\/code>&#21644;&#25105;&#19968;&#26679;&#12290;<code>preg_split<\/code>&#20351;&#29992;&#27491;&#21017;&#34920;&#36798;&#24335;&#21487;&#20197;&#25191;&#34892;&#19981;&#21516;&#30340;&#25805;&#20316;&#12290;<\/p><p>&#22312;&#28145;&#20837;&#21040;&#39640;&#32423;&#31034;&#20363;&#20043;&#21069;&#65292;&#35753;&#25105;&#20204;&#20808;&#29087;&#24713;&#19968;&#19979;PHP&#27491;&#21017;&#34920;&#36798;&#24335;&#30340;&#22522;&#26412;&#35821;&#27861;&#12290;<\/p><pre><code>\n \/\/ A basic regex search using preg_match\n if (preg_match('\/hello\/', $string)) {\n     echo 'Match found!';\n }\n <\/code><\/pre><p>&#36825;&#20010;&#25628;&#32034;&#20250;&#26597;&#25214;&#21464;&#37327;&#20013;&#30340;&#21333;&#35789;&ldquo;hello&rdquo;&#12290;<code>$string<\/code>&#22909;&#30340;&#65292;&#35831;&#25552;&#20379;&#38656;&#35201;&#32763;&#35793;&#30340;&#20869;&#23481;&#12290;<\/p><h3>&#20351;&#29992;&#20462;&#39280;&#35821;<\/h3><p>&#20462;&#39280;&#31526;&#25913;&#21464;&#27491;&#21017;&#34920;&#36798;&#24335;&#27169;&#24335;&#30340;&#34892;&#20026;&#12290;&#24120;&#35265;&#30340;&#20462;&#39280;&#31526;&#20043;&#19968;&#26159;<code>i<\/code>&#35813;&#35774;&#32622;&#20351;&#21305;&#37197;&#19981;&#21306;&#20998;&#22823;&#23567;&#20889;&#12290;<\/p><pre><code>\n \/\/ A case-insensitive search\n if (preg_match('\/hello\/i', $string)) {\n     echo 'Match found in any case!';\n }\n <\/code><\/pre><h3>&#25429;&#33719;&#32452;&#21644;&#24341;&#29992;&#20998;&#32452;<\/h3><p>&#25429;&#33719;&#32452;&#29992;&#22278;&#25324;&#21495;&#34920;&#31034;&#65292;&#36825;&#20123;&#22278;&#25324;&#21495;&#21487;&#20197;&#22312;&#31245;&#21518;&#24341;&#29992;&#12290;<\/p><pre><code>\n \/\/ Capturing groups example\n if (preg_match('\/(hello) world 1\/', $string)) {\n     echo 'Hello world followed by hello matched!';\n }\n <\/code><\/pre><h3>&#39640;&#32423;&#27169;&#24335;&#21305;&#37197;<\/h3><p>&#39640;&#32423;&#27491;&#21017;&#34920;&#36798;&#24335;&#27169;&#24335;&#21253;&#25324;&#21069;&#30651;&#21644;&#21518;&#30651;&#26029;&#35328;&#65292;&#23427;&#20204;&#20165;&#22312;&#19982;&#21478;&#19968;&#20010;&#27169;&#24335;&#21305;&#37197;&#26102;&#25165;&#36827;&#34892;&#21305;&#37197;&#12290;<\/p><pre><code>\n \/\/ Positive lookahead example\n if (preg_match('\/bw+(?=ingb)\/', $string, $matches)) {\n     print_r($matches);\n }\n <\/code><\/pre><p>&#36825;&#20010;&#21305;&#37197;&#20197;&ldquo;ing&rdquo;&#32467;&#23614;&#30340;&#21333;&#35789;&#65292;&#20294;&#19981;&#22312;&#32467;&#26524;&#20013;&#21253;&#21547;&ldquo;ing&rdquo;&#12290;<\/p><h3>&#19982;Unicode&#23383;&#31526;&#24037;&#20316;<\/h3><p>PHP&#21487;&#20197;&#20351;&#29992;Unicode&#23383;&#31526;&#12290;<code>u<\/code>&#20462;&#25913;&#12290;<\/p><pre><code>\n \/\/ Match a unicode character\n if (preg_match('\/x{00A1}\/u', $string)) {\n     echo 'Inverted exclamation mark found!';\n }\n <\/code><\/pre><h3>&#36138;&#23146;&#21305;&#37197; vs &#25042;&#24816;&#21305;&#37197;<\/h3><p>&#40664;&#35748;&#24773;&#20917;&#19979;&#65292;&#27491;&#21017;&#34920;&#36798;&#24335;&#20013;&#30340;&#37327;&#35789;&#26159;&#36138;&#23146;&#30340;&#12290;&#35201;&#20351;&#20854;&#21464;&#25042;&#24816;&#65288;&#26368;&#23567;&#21270;&#21305;&#37197;&#30340;&#23383;&#31526;&#65289;&#65292;&#20351;&#29992;&#38382;&#21495;&#12290;<\/p><pre><code>\n \/\/ Greedy matching\n if (preg_match('\/a.+b\/', $string, $matches)) {\n     echo 'Greedy match: ' . $matches[0];\n }\n \/\/ Lazy matching\n if (preg_match('\/a.+?b\/', $string, $matches)) {\n     echo 'Lazy match: ' . $matches[0];\n }\n <\/code><\/pre><h3>&#21069;&#30651;&#24615;&#21644;&#21518;&#30651;&#24615;&#39640;&#32423;&#21151;&#33021;<\/h3><p>&#20351;&#29992;&#39640;&#32423;&#30340;&#21069;&#30651;&#21644;&#21518;&#30651;&#26029;&#35328;&#21487;&#20197;&#36827;&#34892;&#22797;&#26434;&#30340;&#26465;&#20214;&#21305;&#37197;&#65292;&#32780;&#19981;&#20250;&#28040;&#32791;&#23383;&#31526;&#12290;<\/p><pre><code>\n \/\/ Negative lookahead\n if (preg_match('\/b(?!un)w+b\/', $string, $matches)) {\n     print_r($matches);\n }\n \/\/ Positive lookbehind\n if (preg_match('\/(?&lt;=[Tt]he )w+\/', $string, $matches)) {\n    print_r($matches); \n } <\/code><\/pre><h3>&#20351;&#29992;&#27491;&#21017;&#34920;&#36798;&#24335;&#12289;&#25968;&#32452;&#21644;&#26367;&#25442;&#25805;&#20316;<\/h3><p><code>preg_filter<\/code>and &#26159;&#20013;&#25991;&#20013;&#30340;&ldquo;&#24182;&#19988;&rdquo;&#25110;&ldquo;&#32780;&#19988;&rdquo;&#30340;&#24847;&#24605;&#12290;<code>preg_replace_callback<\/code>&#20801;&#35768;&#36827;&#34892;&#26356;&#39640;&#32423;&#30340;&#26367;&#25442;&#65292;&#21253;&#25324;&#25968;&#32452;&#21644;&#22238;&#35843;&#20989;&#25968;&#12290;<\/p><pre><code>\/\/ Using preg_replace_callback\n $replaced_string = preg_replace_callback('\/w+\/', function ($matches) {\n     return strrev($matches[0]); \/\/ Reverses each word\n }, $string);\n\n\/\/ Array replacement\n$replacer = array(\n'\/bquickb\/' =&gt; 'slow',\n'\/bbrownb\/' =&gt; 'red',\n'\/bfoxb\/' =&gt; 'sloth'\n);\n$result = preg_replace(array_keys($replacer), array_values($replacer), $string);<\/code><\/pre><h3>&#39640;&#32423;&#29992;&#27861;&#20013;&#30340;&#27169;&#24335;&#20462;&#39280;&#31526;<\/h3><p>&#20462;&#39280;&#35821;&#22914;<code>s<\/code>(&#28857;&#21495;&#21305;&#37197;&#25152;&#26377;&#65292;&#21253;&#25324;&#25442;&#34892;&#31526;)<code>x<\/code>&#65288;&#31354;&#26684;&#21487;&#20197;&#29992;&#20110;&#32534;&#20889;&#26356;&#26131;&#35835;&#21644;&#28789;&#27963;&#30340;&#27169;&#24335;&#12290;&#65289;<\/p><pre><code>\n \/\/ Modifier examples\n if (preg_match('\/^.*$\/s', $string)) {\n     echo 'Dot matches including newlines!';\n }\n if (preg_match('\/b d{3}  # area coden-nd{2}  # prefixn-nd{4}  # line numberx\/', $string)) {\n     echo 'Pattern is more readable with free whitespace!';\n }\n <\/code><\/pre><h3>&#19968;&#20123;&#31508;&#35760;<\/h3><p>&#24615;&#33021;&#32771;&#34385;&#22240;&#32032;<\/p><p>&#27491;&#21017;&#34920;&#36798;&#24335;&#21487;&#33021;&#36164;&#28304;&#28040;&#32791;&#36739;&#22823;&#65292;&#29305;&#21035;&#26159;&#22312;&#22797;&#26434;&#30340;&#27169;&#24335;&#25110;&#22823;&#37327;&#25968;&#25454;&#38598;&#19978;&#12290;&#20248;&#21270;&#25216;&#26415;&#21253;&#25324;&#36991;&#20813;&#19981;&#24517;&#35201;&#30340;&#25429;&#33719;&#21644;&#23613;&#21487;&#33021;&#20351;&#29992;&#21407;&#23376;&#32452;&#12290;<\/p><p>&#24120;&#35265;&#38519;&#38449;&#21450;&#22914;&#20309;&#36991;&#20813;<\/p><p>&#22312;&#27491;&#21017;&#34920;&#36798;&#24335;&#20013;&#65292;&#24120;&#35265;&#30340;&#38519;&#38449;&#21253;&#25324;&#36807;&#24230;&#20351;&#29992;&#36890;&#37197;&#31526;&#12289;&#35823;&#35299;&#36138;&#23146;&#21305;&#37197;&#21644;&#25042;&#24816;&#21305;&#37197;&#30340;&#21306;&#21035;&#20197;&#21450;&#22788;&#29702;&#29305;&#27530;&#23383;&#31526;&#30340;&#19981;&#24403;&#26041;&#27861;&#12290;<\/p><p>&#27491;&#21017;&#34920;&#36798;&#24335;&#27979;&#35797;&#24037;&#20855;<\/p><p>&#20687;regex101.com&#25110;phpliveregex.com&#36825;&#26679;&#30340;&#24037;&#20855;&#23545;&#20110;&#22312;&#19981;&#36816;&#34892;PHP&#33050;&#26412;&#30340;&#24773;&#20917;&#19979;&#27979;&#35797;&#21644;&#35843;&#35797;&#27491;&#21017;&#34920;&#36798;&#24335;&#38750;&#24120;&#26377;&#29992;&#12290;<\/p><h3>&#32467;&#35770;&#12290;<\/h3><p>PHP &#21644;&#27491;&#21017;&#34920;&#36798;&#24335;&#25552;&#20379;&#20102;&#19968;&#22871;&#24378;&#22823;&#30340;&#23383;&#31526;&#20018;&#25805;&#20316;&#24037;&#20855;&#38598;&#12290;&#36890;&#36807;&#23454;&#36341;&#21644;&#23545;&#39640;&#32423;&#27169;&#24335;&#21644;&#20989;&#25968;&#30340;&#29702;&#35299;&#65292;&#25484;&#25569; PHP &#20013;&#30340;&#27491;&#21017;&#34920;&#36798;&#24335;&#21487;&#20197;&#26174;&#33879;&#25552;&#21319;&#32534;&#31243;&#33021;&#21147;&#12290;<\/p><\/body>\r\n<\/div>\r\n<\/div>\r\n<\/div>\r\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>&#23567;&#36213;&#30721;&#29422; &#22909;&#30340;&#65292;&#19979;&#38754;&#26159;&#19968;&#20010;&#20351;&#29992;PHP&#36827;&#34892;&#39640;&#32423;&#27491;&#038;#21..<\/p>\n","protected":false},"author":1,"featured_media":0,"menu_order":0,"template":"","meta":{"_acf_changed":false},"tags":[],"my1js2nav":[40],"tuisongtax":[],"class_list":["post-555","my1js","type-my1js","status-publish","hentry","my1js2nav-szyzfc"],"acf":{"qian_art_seotitle":"","qian_art_seotitle_source":{"label":"SEO\u6807\u9898","type":"text","formatted_value":""},"qian_art_seokws":"","qian_art_seokws_source":{"label":"SEO\u5173\u952e\u8bcd","type":"text","formatted_value":""},"qian_art_stzhong":"","qian_art_stzhong_source":{"label":"\u4e2d | \u77ed\u6807\u9898","type":"text","formatted_value":""}},"_links":{"self":[{"href":"https:\/\/www.zhaozhao123.cn\/php\/wp-json\/wp\/v2\/my1js\/555","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.zhaozhao123.cn\/php\/wp-json\/wp\/v2\/my1js"}],"about":[{"href":"https:\/\/www.zhaozhao123.cn\/php\/wp-json\/wp\/v2\/types\/my1js"}],"author":[{"embeddable":true,"href":"https:\/\/www.zhaozhao123.cn\/php\/wp-json\/wp\/v2\/users\/1"}],"wp:attachment":[{"href":"https:\/\/www.zhaozhao123.cn\/php\/wp-json\/wp\/v2\/media?parent=555"}],"wp:term":[{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.zhaozhao123.cn\/php\/wp-json\/wp\/v2\/tags?post=555"},{"taxonomy":"my1js2nav","embeddable":true,"href":"https:\/\/www.zhaozhao123.cn\/php\/wp-json\/wp\/v2\/my1js2nav?post=555"},{"taxonomy":"tuisongtax","embeddable":true,"href":"https:\/\/www.zhaozhao123.cn\/php\/wp-json\/wp\/v2\/tuisongtax?post=555"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}