{"id":2961,"date":"2025-03-18T23:46:58","date_gmt":"2025-03-18T15:46:58","guid":{"rendered":"https:\/\/www.laixuexila.com\/?p=2961"},"modified":"2025-03-18T23:46:58","modified_gmt":"2025-03-18T15:46:58","slug":"php-%e7%b1%bb%e5%9e%8b%e6%af%94%e8%be%83%ef%bc%88type-comparison%ef%bc%89","status":"publish","type":"post","link":"https:\/\/www.laixuexila.com\/index.php\/2025\/03\/18\/php-%e7%b1%bb%e5%9e%8b%e6%af%94%e8%be%83%ef%bc%88type-comparison%ef%bc%89\/","title":{"rendered":"PHP \u7c7b\u578b\u6bd4\u8f83\uff08Type Comparison\uff09"},"content":{"rendered":"\n<p>PHP \u662f\u4e00\u79cd <strong>\u5f31\u7c7b\u578b\u8bed\u8a00<\/strong>\uff0c\u8fd9\u610f\u5473\u7740\u5728\u4e0d\u540c\u7c7b\u578b\u4e4b\u95f4\u8fdb\u884c\u6bd4\u8f83\u65f6\uff0cPHP \u4f1a <strong>\u81ea\u52a8\u6267\u884c\u7c7b\u578b\u8f6c\u6362<\/strong>\uff0c\u8fd9\u53ef\u80fd\u4f1a\u5bfc\u81f4\u4e00\u4e9b\u610f\u60f3\u4e0d\u5230\u7684\u7ed3\u679c\u3002<\/p>\n\n\n\n<p>\u5728 PHP \u4e2d\uff0c\u6bd4\u8f83\u8fd0\u7b97\u7b26\u5206\u4e3a <strong>\u677e\u6563\u6bd4\u8f83\uff08<code>==<\/code>\uff09<\/strong> \u548c <strong>\u4e25\u683c\u6bd4\u8f83\uff08<code>===<\/code>\uff09<\/strong>\uff1a<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong><code>==<\/code>\uff08\u7b49\u4e8e\uff09\uff1a<\/strong> \u53ea\u6bd4\u8f83\u503c\uff0c\u4e0d\u8003\u8651\u6570\u636e\u7c7b\u578b\uff08\u53ef\u80fd\u53d1\u751f\u9690\u5f0f\u7c7b\u578b\u8f6c\u6362\uff09\u3002<\/li>\n\n\n\n<li><strong><code>===<\/code>\uff08\u5168\u7b49\uff09\uff1a<\/strong> \u540c\u65f6\u6bd4\u8f83\u503c\u548c\u6570\u636e\u7c7b\u578b\uff08\u4e0d\u4f1a\u53d1\u751f\u7c7b\u578b\u8f6c\u6362\uff09\u3002<\/li>\n<\/ul>\n\n\n\n<p>\u6b64\u5916\uff0c\u8fd8\u6709 <strong>\u4e0d\u7b49\u4e8e\uff08<code>!=<\/code> \u6216 <code>&lt;&gt;<\/code>\uff09\u3001\u5168\u4e0d\u7b49\uff08<code>!==<\/code>\uff09\u3001\u5927\u4e8e\/\u5c0f\u4e8e\uff08<code>&gt; &lt; &gt;= &lt;=<\/code>\uff09<\/strong> \u7b49\u8fd0\u7b97\u7b26\u3002<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>1. \u677e\u6563\u6bd4\u8f83\uff08<code>==<\/code>\uff09<\/strong><\/h2>\n\n\n\n<p>PHP \u5728\u677e\u6563\u6bd4\u8f83\u65f6\uff0c\u4f1a\u5c1d\u8bd5\u5c06\u4e24\u4e2a\u53d8\u91cf\u8f6c\u6362\u4e3a\u76f8\u540c\u7684\u6570\u636e\u7c7b\u578b\u540e\u518d\u8fdb\u884c\u6bd4\u8f83\u3002<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>\u793a\u4f8b<\/strong><\/h3>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;?php\nvar_dump(0 == \"0\");        \/\/ true (\u6574\u6570 0 \u548c\u5b57\u7b26\u4e32 \"0\" \u89c6\u4e3a\u76f8\u7b49)\nvar_dump(0 == \"\");         \/\/ true (\u7a7a\u5b57\u7b26\u4e32\u8f6c\u6362\u4e3a 0)\nvar_dump(0 == false);      \/\/ true (false \u8f6c\u6362\u4e3a 0)\nvar_dump(\"123\" == 123);    \/\/ true (\u5b57\u7b26\u4e32\u8f6c\u6362\u4e3a\u6574\u6570)\nvar_dump(\"123abc\" == 123); \/\/ true (\u5b57\u7b26\u4e32 \"123abc\" \u88ab\u8f6c\u6362\u4e3a\u6574\u6570 123)\n?&gt;<\/code><\/pre>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>2. \u4e25\u683c\u6bd4\u8f83\uff08<code>===<\/code>\uff09<\/strong><\/h2>\n\n\n\n<p>\u4e25\u683c\u6bd4\u8f83\u8981\u6c42 <strong>\u6570\u636e\u7c7b\u578b\u548c\u6570\u503c\u90fd\u76f8\u540c<\/strong>\uff0c\u5426\u5219\u8fd4\u56de <code>false<\/code>\u3002<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>\u793a\u4f8b<\/strong><\/h3>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;?php\nvar_dump(0 === \"0\");        \/\/ false (\u6570\u636e\u7c7b\u578b\u4e0d\u540c)\nvar_dump(123 === \"123\");    \/\/ false (\u5b57\u7b26\u4e32\u548c\u6574\u6570\u4e0d\u540c)\nvar_dump(false === 0);      \/\/ false (\u5e03\u5c14\u503c\u548c\u6574\u6570\u4e0d\u540c)\nvar_dump(null === \"\");      \/\/ false (null \u548c\u7a7a\u5b57\u7b26\u4e32\u4e0d\u540c)\nvar_dump(42 === 42);        \/\/ true (\u76f8\u540c\u6570\u636e\u7c7b\u578b\u4e14\u6570\u503c\u76f8\u540c)\n?&gt;<\/code><\/pre>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>3. \u4e0d\u7b49\u4e8e\u6bd4\u8f83<\/strong><\/h2>\n\n\n\n<p>PHP \u63d0\u4f9b\u4e24\u79cd\u4e0d\u7b49\u4e8e\u6bd4\u8f83\u65b9\u5f0f\uff1a<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong><code>!=<\/code> \u6216 <code>&lt; ><\/code>\uff08\u4e0d\u7b49\u4e8e\uff09\uff1a<\/strong> \u8fdb\u884c\u677e\u6563\u6bd4\u8f83\uff0c\u4e0d\u8003\u8651\u6570\u636e\u7c7b\u578b\u3002<\/li>\n\n\n\n<li><strong><code>!==<\/code>\uff08\u5168\u4e0d\u7b49\uff09\uff1a<\/strong> \u8fdb\u884c\u4e25\u683c\u6bd4\u8f83\uff0c\u6570\u636e\u7c7b\u578b\u548c\u503c\u90fd\u5fc5\u987b\u4e0d\u540c\u3002<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>\u793a\u4f8b<\/strong><\/h3>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;?php\nvar_dump(123 != \"123\");  \/\/ false (\u5b57\u7b26\u4e32\u8f6c\u6362\u4e3a\u6574\u6570\uff0c\u503c\u76f8\u540c)\nvar_dump(123 !== \"123\"); \/\/ true (\u6570\u636e\u7c7b\u578b\u4e0d\u540c)\nvar_dump(false != 0);    \/\/ false (false \u89c6\u4e3a 0)\nvar_dump(null !== \"\");   \/\/ true (null \u548c\u7a7a\u5b57\u7b26\u4e32\u6570\u636e\u7c7b\u578b\u4e0d\u540c)\n?&gt;<\/code><\/pre>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>4. \u6bd4\u8f83 <code>true<\/code> \u548c <code>false<\/code><\/strong><\/h2>\n\n\n\n<p>PHP \u5728\u6bd4\u8f83 <code>true<\/code> \u548c <code>false<\/code> \u65f6\uff0c\u53ef\u80fd\u4f1a\u53d1\u751f <strong>\u9690\u5f0f\u7c7b\u578b\u8f6c\u6362<\/strong>\u3002<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>\u793a\u4f8b<\/strong><\/h3>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;?php\nvar_dump(true == 1);   \/\/ true (true \u88ab\u8f6c\u6362\u4e3a 1)\nvar_dump(false == 0);  \/\/ true (false \u88ab\u8f6c\u6362\u4e3a 0)\nvar_dump(true === 1);  \/\/ false (\u6570\u636e\u7c7b\u578b\u4e0d\u540c)\nvar_dump(false === 0); \/\/ false (\u6570\u636e\u7c7b\u578b\u4e0d\u540c)\n?&gt;<\/code><\/pre>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>5. NULL \u7684\u6bd4\u8f83<\/strong><\/h2>\n\n\n\n<p><code>NULL<\/code> \u5728 PHP \u8fdb\u884c\u6bd4\u8f83\u65f6\uff0c\u901a\u5e38\u4f1a\u8f6c\u6362\u4e3a <code>false<\/code> \u6216 <code>0<\/code>\u3002<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>\u793a\u4f8b<\/strong><\/h3>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;?php\nvar_dump(null == false);  \/\/ false (null \u4e0d\u7b49\u4e8e false)\nvar_dump(null == 0);      \/\/ true (null \u88ab\u8f6c\u6362\u4e3a 0)\nvar_dump(null == \"\");     \/\/ true (null \u88ab\u8f6c\u6362\u4e3a\u7a7a\u5b57\u7b26\u4e32)\n?&gt;<\/code><\/pre>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>6. \u6570\u5b57\u548c\u5b57\u7b26\u4e32\u7684\u6bd4\u8f83<\/strong><\/h2>\n\n\n\n<p>PHP \u5728\u6bd4\u8f83 <strong>\u6570\u5b57\u4e0e\u5b57\u7b26\u4e32<\/strong> \u65f6\uff0c\u4f1a\u5148\u5c1d\u8bd5\u5c06\u5b57\u7b26\u4e32\u8f6c\u6362\u4e3a\u6570\u5b57\uff0c\u7136\u540e\u518d\u8fdb\u884c\u6bd4\u8f83\u3002<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>\u793a\u4f8b<\/strong><\/h3>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;?php\nvar_dump(\"123\" == 123);    \/\/ true (\u5b57\u7b26\u4e32 \"123\" \u8f6c\u6362\u4e3a\u6574\u6570 123)\nvar_dump(\"123abc\" == 123); \/\/ true (\u5b57\u7b26\u4e32 \"123abc\" \u8f6c\u6362\u4e3a\u6574\u6570 123)\nvar_dump(\"abc\" == 0);      \/\/ true (\u975e\u6570\u5b57\u5b57\u7b26\u4e32\u8f6c\u6362\u4e3a 0)\n?&gt;<\/code><\/pre>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>7. \u6570\u7ec4\u7684\u6bd4\u8f83<\/strong><\/h2>\n\n\n\n<p>\u6570\u7ec4\u6bd4\u8f83\u89c4\u5219\uff1a<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>\u5982\u679c\u4e24\u4e2a\u6570\u7ec4\u7684\u952e\u503c\u5bf9\u76f8\u540c\uff0c\u987a\u5e8f\u4e5f\u76f8\u540c\uff0c\u5219\u5b83\u4eec\u76f8\u7b49\u3002<\/strong><\/li>\n\n\n\n<li><strong>\u5982\u679c\u952e\u503c\u5bf9\u76f8\u540c\u4f46\u987a\u5e8f\u4e0d\u540c\uff0c\u4ecd\u7136\u76f8\u7b49\uff08<code>==<\/code>\uff09\u3002<\/strong><\/li>\n\n\n\n<li><strong>\u5982\u679c\u6709\u4e0d\u540c\u7684\u952e\u6216\u503c\uff0c\u5219\u4e0d\u76f8\u7b49\u3002<\/strong><\/li>\n<\/ol>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>\u793a\u4f8b<\/strong><\/h3>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;?php\n$arr1 = array(\"a\" =&gt; 1, \"b\" =&gt; 2);\n$arr2 = array(\"b\" =&gt; 2, \"a\" =&gt; 1);\n\nvar_dump($arr1 == $arr2);  \/\/ true (\u952e\u503c\u76f8\u540c\uff0c\u987a\u5e8f\u4e0d\u540c)\nvar_dump($arr1 === $arr2); \/\/ false (\u987a\u5e8f\u4e0d\u540c\uff0c\u4e25\u683c\u6bd4\u8f83\u5931\u8d25)\n?&gt;<\/code><\/pre>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>8. <code>switch<\/code> \u8bed\u53e5\u7684\u6bd4\u8f83<\/strong><\/h2>\n\n\n\n<p>\u5728 <code>switch<\/code> \u8bed\u53e5\u4e2d\uff0cPHP <strong>\u4f7f\u7528\u7684\u662f\u677e\u6563\u6bd4\u8f83\uff08<code>==<\/code>\uff09<\/strong>\uff0c\u8fd9\u53ef\u80fd\u5bfc\u81f4\u610f\u5916\u7ed3\u679c\u3002<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>\u793a\u4f8b<\/strong><\/h3>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;?php\nswitch (\"0\") {\n    case 0:\n        echo \"\u5339\u914d 0\\n\"; \/\/ \u8fd9\u4f1a\u6267\u884c\uff0c\u56e0\u4e3a \"0\" \u88ab\u8f6c\u6362\u4e3a 0\n        break;\n    case \"0\":\n        echo \"\u5339\u914d '0'\\n\";\n        break;\n}\n?&gt;<\/code><\/pre>\n\n\n\n<p><strong>\u8f93\u51fa<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>\u5339\u914d 0<\/code><\/pre>\n\n\n\n<p>\u56e0\u4e3a <code>switch<\/code> \u8bed\u53e5\u4f7f\u7528 <code>==<\/code> \u8fdb\u884c\u6bd4\u8f83\uff0c\u6240\u4ee5 <code>\"0\"<\/code> \u88ab\u8f6c\u6362\u4e3a <code>0<\/code>\uff0c\u5bfc\u81f4\u7b2c\u4e00\u4e2a <code>case<\/code> \u5339\u914d\u6210\u529f\u3002<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>9. <code>in_array()<\/code> \u548c <code>array_search()<\/code> \u6bd4\u8f83\u6a21\u5f0f<\/strong><\/h2>\n\n\n\n<p>PHP \u7684 <code>in_array()<\/code> \u548c <code>array_search()<\/code> \u9ed8\u8ba4\u4f7f\u7528 <strong>\u677e\u6563\u6bd4\u8f83<\/strong>\u3002<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>\u793a\u4f8b<\/strong><\/h3>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;?php\n$arr = array(0, 1, 2);\n\nvar_dump(in_array(\"0\", $arr));  \/\/ true (\u5b57\u7b26\u4e32 \"0\" \u88ab\u8f6c\u6362\u4e3a\u6574\u6570 0)\nvar_dump(in_array(\"0\", $arr, true)); \/\/ false (\u4e25\u683c\u6bd4\u8f83\u6a21\u5f0f)\n?&gt;<\/code><\/pre>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>10. \u7c7b\u578b\u6bd4\u8f83\u8868<\/strong><\/h2>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>\u8868\u8fbe\u5f0f<\/th><th>\u7ed3\u679c<\/th><\/tr><\/thead><tbody><tr><td><code>0 == \"0\"<\/code><\/td><td><code>true<\/code><\/td><\/tr><tr><td><code>0 === \"0\"<\/code><\/td><td><code>false<\/code><\/td><\/tr><tr><td><code>false == \"\"<\/code><\/td><td><code>true<\/code><\/td><\/tr><tr><td><code>false === \"\"<\/code><\/td><td><code>false<\/code><\/td><\/tr><tr><td><code>null == false<\/code><\/td><td><code>false<\/code><\/td><\/tr><tr><td><code>null == \"\"<\/code><\/td><td><code>true<\/code><\/td><\/tr><tr><td><code>\"123abc\" == 123<\/code><\/td><td><code>true<\/code><\/td><\/tr><tr><td><code>\"abc\" == 0<\/code><\/td><td><code>true<\/code><\/td><\/tr><tr><td><code>123 == \"123\"<\/code><\/td><td><code>true<\/code><\/td><\/tr><tr><td><code>123 === \"123\"<\/code><\/td><td><code>false<\/code><\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>\u603b\u7ed3<\/strong><\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>\u677e\u6563\u6bd4\u8f83\uff08<code>==<\/code>\uff09<\/strong> \u53ef\u80fd\u4f1a\u8fdb\u884c <strong>\u9690\u5f0f\u7c7b\u578b\u8f6c\u6362<\/strong>\uff0c\u53ef\u80fd\u5bfc\u81f4 <strong>\u610f\u5916\u7ed3\u679c<\/strong>\u3002<\/li>\n\n\n\n<li><strong>\u4e25\u683c\u6bd4\u8f83\uff08<code>===<\/code>\uff09<\/strong> \u65e2\u6bd4\u8f83 <strong>\u503c<\/strong> \u4e5f\u6bd4\u8f83 <strong>\u6570\u636e\u7c7b\u578b<\/strong>\uff0c\u66f4\u5b89\u5168\u3002<\/li>\n\n\n\n<li><code>switch<\/code> \u8bed\u53e5\u4f7f\u7528 <strong>\u677e\u6563\u6bd4\u8f83<\/strong>\uff0c\u53ef\u80fd\u5bfc\u81f4\u610f\u5916\u5339\u914d\u3002<\/li>\n\n\n\n<li><code>in_array()<\/code> \u548c <code>array_search()<\/code> <strong>\u9ed8\u8ba4\u4f7f\u7528\u677e\u6563\u6bd4\u8f83<\/strong>\uff0c\u53ef\u4ee5\u4f7f\u7528 <strong>\u7b2c\u4e09\u4e2a\u53c2\u6570 <code>true<\/code><\/strong> \u542f\u7528 <strong>\u4e25\u683c\u6a21\u5f0f<\/strong>\u3002<\/li>\n<\/ul>\n\n\n\n<p> <strong>\u6700\u4f73\u5b9e\u8df5<\/strong>\uff1a<strong>\u5c3d\u91cf\u4f7f\u7528\u4e25\u683c\u6bd4\u8f83\uff08<code>===<\/code>\uff09<\/strong>\uff0c\u907f\u514d\u610f\u5916\u7684\u9690\u5f0f\u8f6c\u6362\u95ee\u9898\uff01<\/p>\n\n\n\n<p>\u66f4\u591a\u8be6\u7ec6\u5185\u5bb9\u8bf7\u5173\u6ce8\u5176\u4ed6\u76f8\u5173\u6587\u7ae0\uff01<\/p>\n","protected":false},"excerpt":{"rendered":"<p>PHP \u662f\u4e00\u79cd \u5f31\u7c7b\u578b\u8bed\u8a00\uff0c\u8fd9\u610f\u5473\u7740\u5728\u4e0d\u540c\u7c7b\u578b\u4e4b\u95f4\u8fdb\u884c\u6bd4\u8f83\u65f6\uff0cPHP \u4f1a \u81ea\u52a8\u6267\u884c\u7c7b\u578b\u8f6c\u6362\uff0c\u8fd9\u53ef\u80fd\u4f1a\u5bfc\u81f4\u4e00\u4e9b\u610f [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":2962,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[80],"tags":[],"class_list":["post-2961","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-php"],"_links":{"self":[{"href":"https:\/\/www.laixuexila.com\/index.php\/wp-json\/wp\/v2\/posts\/2961","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.laixuexila.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.laixuexila.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.laixuexila.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.laixuexila.com\/index.php\/wp-json\/wp\/v2\/comments?post=2961"}],"version-history":[{"count":1,"href":"https:\/\/www.laixuexila.com\/index.php\/wp-json\/wp\/v2\/posts\/2961\/revisions"}],"predecessor-version":[{"id":2963,"href":"https:\/\/www.laixuexila.com\/index.php\/wp-json\/wp\/v2\/posts\/2961\/revisions\/2963"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.laixuexila.com\/index.php\/wp-json\/wp\/v2\/media\/2962"}],"wp:attachment":[{"href":"https:\/\/www.laixuexila.com\/index.php\/wp-json\/wp\/v2\/media?parent=2961"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.laixuexila.com\/index.php\/wp-json\/wp\/v2\/categories?post=2961"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.laixuexila.com\/index.php\/wp-json\/wp\/v2\/tags?post=2961"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}