{"id":1798,"date":"2025-02-18T22:59:25","date_gmt":"2025-02-18T14:59:25","guid":{"rendered":"https:\/\/www.laixuexila.com\/?p=1798"},"modified":"2025-02-18T22:59:25","modified_gmt":"2025-02-18T14:59:25","slug":"mysql-%e5%85%83%e6%95%b0%e6%8d%ae","status":"publish","type":"post","link":"https:\/\/www.laixuexila.com\/index.php\/2025\/02\/18\/mysql-%e5%85%83%e6%95%b0%e6%8d%ae\/","title":{"rendered":"MySQL \u5143\u6570\u636e"},"content":{"rendered":"\n<p>MySQL \u5143\u6570\u636e\u662f\u6570\u636e\u5e93\u4e2d\u6709\u5173\u7ed3\u6784\u3001\u8868\u3001\u5217\u3001\u7d22\u5f15\u3001\u89c6\u56fe\u3001\u5b58\u50a8\u8fc7\u7a0b\u3001\u7528\u6237\u6743\u9650\u7b49\u4fe1\u606f\u7684\u96c6\u5408\u3002\u5143\u6570\u636e\u4e0d\u5305\u542b\u5b9e\u9645\u7684\u6570\u636e\u5185\u5bb9\uff0c\u800c\u662f\u63cf\u8ff0\u6570\u636e\u5e93\u5bf9\u8c61\u53ca\u5176\u7279\u6027\u7684\u4fe1\u606f\u3002MySQL \u63d0\u4f9b\u4e86\u591a\u79cd\u65b9\u5f0f\u6765\u8bbf\u95ee\u548c\u64cd\u4f5c\u8fd9\u4e9b\u5143\u6570\u636e\u3002<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">1. <strong>\u5143\u6570\u636e\u7684\u6982\u5ff5<\/strong><\/h3>\n\n\n\n<p>\u5143\u6570\u636e\u662f\u63cf\u8ff0\u6570\u636e\u7684\u6570\u636e\uff0c\u5b83\u7528\u4e8e\u5b9a\u4e49\u548c\u7ba1\u7406\u6570\u636e\u5e93\u5bf9\u8c61\u7684\u7ed3\u6784\u3001\u5173\u7cfb\u548c\u7ea6\u675f\u3002\u4f8b\u5982\uff0c\u8868\u7684\u5b9a\u4e49\u3001\u5217\u7684\u6570\u636e\u7c7b\u578b\u3001\u7d22\u5f15\u3001\u7ea6\u675f\u3001\u89e6\u53d1\u5668\u7b49\u4fe1\u606f\u90fd\u5c5e\u4e8e\u5143\u6570\u636e\u3002<\/p>\n\n\n\n<p>\u5728 MySQL \u4e2d\uff0c\u5143\u6570\u636e\u5b58\u50a8\u5728 <strong>information_schema<\/strong> \u6570\u636e\u5e93\u4e2d\u3002<code>information_schema<\/code> \u662f\u4e00\u4e2a\u7cfb\u7edf\u6570\u636e\u5e93\uff0c\u5305\u542b\u4e86\u6709\u5173\u6570\u636e\u5e93\u4e2d\u6240\u6709\u5bf9\u8c61\u7684\u5143\u6570\u636e\u4fe1\u606f\u3002\u7528\u6237\u53ef\u4ee5\u67e5\u8be2\u8fd9\u4e9b\u8868\u6765\u83b7\u5f97\u5173\u4e8e\u6570\u636e\u5e93\u7ed3\u6784\u7684\u8be6\u7ec6\u4fe1\u606f\u3002<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">2. <strong>\u8bbf\u95ee MySQL \u5143\u6570\u636e<\/strong><\/h3>\n\n\n\n<p>\u6240\u6709\u7684\u5143\u6570\u636e\u90fd\u5b58\u50a8\u5728 <code>information_schema<\/code> \u6570\u636e\u5e93\u4e2d\u3002\u4f60\u53ef\u4ee5\u901a\u8fc7\u67e5\u8be2\u8be5\u6570\u636e\u5e93\u4e2d\u7684\u89c6\u56fe\u6765\u83b7\u53d6\u5404\u79cd\u5143\u6570\u636e\u3002<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">2.1 \u67e5\u8be2\u6240\u6709\u6570\u636e\u5e93<\/h4>\n\n\n\n<pre class=\"wp-block-code\"><code>SELECT * FROM information_schema.schemata;<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li><code>schemata<\/code> \u89c6\u56fe\u5305\u542b\u6570\u636e\u5e93\u7684\u5143\u6570\u636e\uff0c\u5982\u6570\u636e\u5e93\u540d\u79f0\u3001\u5b57\u7b26\u96c6\u7b49\u3002<\/li>\n<\/ul>\n\n\n\n<h4 class=\"wp-block-heading\">2.2 \u67e5\u8be2\u6240\u6709\u8868<\/h4>\n\n\n\n<pre class=\"wp-block-code\"><code>SELECT * FROM information_schema.tables;<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li><code>tables<\/code> \u89c6\u56fe\u5305\u542b\u6240\u6709\u8868\u7684\u4fe1\u606f\uff0c\u5982\u8868\u540d\u3001\u8868\u7c7b\u578b\uff08\u666e\u901a\u8868\u3001\u89c6\u56fe\u7b49\uff09\u3001\u8868\u7684\u6240\u5c5e\u6570\u636e\u5e93\u3001\u8868\u7684\u5f15\u64ce\u3001\u5b57\u7b26\u96c6\u7b49\u3002<\/li>\n<\/ul>\n\n\n\n<h4 class=\"wp-block-heading\">2.3 \u67e5\u8be2\u8868\u7684\u5217\u4fe1\u606f<\/h4>\n\n\n\n<pre class=\"wp-block-code\"><code>SELECT * FROM information_schema.columns WHERE table_schema = 'your_database_name' AND table_name = 'your_table_name';<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li><code>columns<\/code> \u89c6\u56fe\u5305\u542b\u6bcf\u4e2a\u8868\u7684\u5217\u4fe1\u606f\uff0c\u5982\u5217\u540d\u3001\u6570\u636e\u7c7b\u578b\u3001\u662f\u5426\u5141\u8bb8 <code>NULL<\/code>\u3001\u9ed8\u8ba4\u503c\u7b49\u3002<\/li>\n<\/ul>\n\n\n\n<h4 class=\"wp-block-heading\">2.4 \u67e5\u8be2\u7d22\u5f15\u4fe1\u606f<\/h4>\n\n\n\n<pre class=\"wp-block-code\"><code>SELECT * FROM information_schema.statistics WHERE table_schema = 'your_database_name' AND table_name = 'your_table_name';<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li><code>statistics<\/code> \u89c6\u56fe\u5305\u542b\u5173\u4e8e\u8868\u4e2d\u7d22\u5f15\u7684\u5143\u6570\u636e\uff0c\u5982\u7d22\u5f15\u540d\u79f0\u3001\u7d22\u5f15\u5217\u3001\u7d22\u5f15\u7c7b\u578b\u7b49\u3002<\/li>\n<\/ul>\n\n\n\n<h4 class=\"wp-block-heading\">2.5 \u67e5\u8be2\u7ea6\u675f\u4fe1\u606f<\/h4>\n\n\n\n<pre class=\"wp-block-code\"><code>SELECT * FROM information_schema.table_constraints WHERE table_schema = 'your_database_name' AND table_name = 'your_table_name';<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li><code>table_constraints<\/code> \u89c6\u56fe\u5305\u542b\u8868\u7684\u7ea6\u675f\u4fe1\u606f\uff0c\u5982\u4e3b\u952e\u3001\u5916\u952e\u3001\u552f\u4e00\u7ea6\u675f\u7b49\u3002<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">3. <strong>\u5e38\u7528\u7684 <code>information_schema<\/code> \u89c6\u56fe<\/strong><\/h3>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>\u89c6\u56fe\u540d\u79f0<\/th><th>\u63cf\u8ff0<\/th><\/tr><\/thead><tbody><tr><td><code>schemata<\/code><\/td><td>\u6570\u636e\u5e93\u7684\u4fe1\u606f\uff0c\u5982\u6570\u636e\u5e93\u540d\u79f0\u548c\u5b57\u7b26\u96c6\u7b49<\/td><\/tr><tr><td><code>tables<\/code><\/td><td>\u8868\u7684\u4fe1\u606f\uff0c\u5982\u8868\u540d\u3001\u8868\u7c7b\u578b\u3001\u8868\u5f15\u64ce\u7b49<\/td><\/tr><tr><td><code>columns<\/code><\/td><td>\u5217\u7684\u4fe1\u606f\uff0c\u5982\u5217\u540d\u3001\u6570\u636e\u7c7b\u578b\u3001\u662f\u5426\u5141\u8bb8 <code>NULL<\/code> \u7b49<\/td><\/tr><tr><td><code>statistics<\/code><\/td><td>\u7d22\u5f15\u7684\u4fe1\u606f\uff0c\u5982\u7d22\u5f15\u540d\u3001\u7d22\u5f15\u5217\u3001\u7d22\u5f15\u7c7b\u578b\u7b49<\/td><\/tr><tr><td><code>table_constraints<\/code><\/td><td>\u7ea6\u675f\u7684\u4fe1\u606f\uff0c\u5982\u4e3b\u952e\u3001\u5916\u952e\u3001\u552f\u4e00\u7ea6\u675f\u7b49<\/td><\/tr><tr><td><code>key_column_usage<\/code><\/td><td>\u63cf\u8ff0\u7d22\u5f15\u5217\u4e0e\u8868\u7ea6\u675f\u4e4b\u95f4\u7684\u5173\u7cfb<\/td><\/tr><tr><td><code>referential_constraints<\/code><\/td><td>\u5916\u952e\u7ea6\u675f\u7684\u4fe1\u606f<\/td><\/tr><tr><td><code>routines<\/code><\/td><td>\u5b58\u50a8\u8fc7\u7a0b\u548c\u51fd\u6570\u7684\u4fe1\u606f<\/td><\/tr><tr><td><code>users<\/code><\/td><td>\u7528\u6237\u6743\u9650\u4fe1\u606f<\/td><\/tr><tr><td><code>views<\/code><\/td><td>\u89c6\u56fe\u7684\u4fe1\u606f<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">4. <strong>\u4f7f\u7528 <code>information_schema<\/code> \u67e5\u8be2\u793a\u4f8b<\/strong><\/h3>\n\n\n\n<h4 class=\"wp-block-heading\">4.1 \u67e5\u8be2\u6570\u636e\u5e93\u4e2d\u7684\u6240\u6709\u8868<\/h4>\n\n\n\n<p>\u5982\u679c\u4f60\u60f3\u67e5\u8be2\u67d0\u4e2a\u6570\u636e\u5e93\u4e2d\u7684\u6240\u6709\u8868\uff0c\u53ef\u4ee5\u4f7f\u7528\u4ee5\u4e0b SQL \u8bed\u53e5\uff1a<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>SELECT table_name FROM information_schema.tables WHERE table_schema = 'your_database_name';<\/code><\/pre>\n\n\n\n<p>\u8fd9\u4e2a\u67e5\u8be2\u4f1a\u8fd4\u56de\u6307\u5b9a\u6570\u636e\u5e93\u4e2d\u7684\u6240\u6709\u8868\u7684\u540d\u79f0\u3002<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">4.2 \u67e5\u8be2\u8868\u7684\u5217\u4fe1\u606f<\/h4>\n\n\n\n<p>\u8981\u67e5\u8be2\u67d0\u4e2a\u8868\u7684\u6240\u6709\u5217\uff0c\u53ef\u4ee5\u4f7f\u7528\u4ee5\u4e0b\u8bed\u53e5\uff1a<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>SELECT column_name, data_type, is_nullable, column_default\nFROM information_schema.columns\nWHERE table_schema = 'your_database_name' AND table_name = 'your_table_name';<\/code><\/pre>\n\n\n\n<p>\u8fd9\u4e2a\u67e5\u8be2\u4f1a\u8fd4\u56de\u8868\u4e2d\u6bcf\u5217\u7684\u540d\u79f0\u3001\u6570\u636e\u7c7b\u578b\u3001\u662f\u5426\u5141\u8bb8 <code>NULL<\/code> \u503c\u3001\u9ed8\u8ba4\u503c\u7b49\u4fe1\u606f\u3002<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">4.3 \u67e5\u8be2\u7d22\u5f15\u4fe1\u606f<\/h4>\n\n\n\n<p>\u67e5\u8be2\u8868\u7684\u6240\u6709\u7d22\u5f15\u4fe1\u606f\uff1a<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>SELECT index_name, column_name, non_unique\nFROM information_schema.statistics\nWHERE table_schema = 'your_database_name' AND table_name = 'your_table_name';<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li><code>index_name<\/code>\uff1a\u7d22\u5f15\u7684\u540d\u79f0\u3002<\/li>\n\n\n\n<li><code>column_name<\/code>\uff1a\u7d22\u5f15\u5217\u7684\u540d\u79f0\u3002<\/li>\n\n\n\n<li><code>non_unique<\/code>\uff1a\u5982\u679c\u662f\u552f\u4e00\u7d22\u5f15\uff0c\u503c\u4e3a <code>0<\/code>\uff0c\u5426\u5219\u4e3a <code>1<\/code>\u3002<\/li>\n<\/ul>\n\n\n\n<h4 class=\"wp-block-heading\">4.4 \u67e5\u8be2\u8868\u7684\u7ea6\u675f<\/h4>\n\n\n\n<p>\u67e5\u8be2\u8868\u7684\u6240\u6709\u7ea6\u675f\u4fe1\u606f\uff1a<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>SELECT constraint_name, constraint_type\nFROM information_schema.table_constraints\nWHERE table_schema = 'your_database_name' AND table_name = 'your_table_name';<\/code><\/pre>\n\n\n\n<p><code>constraint_type<\/code> \u7684\u53ef\u80fd\u503c\u5305\u62ec\uff1a<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><code>PRIMARY KEY<\/code>\uff1a\u4e3b\u952e\u7ea6\u675f\u3002<\/li>\n\n\n\n<li><code>FOREIGN KEY<\/code>\uff1a\u5916\u952e\u7ea6\u675f\u3002<\/li>\n\n\n\n<li><code>UNIQUE<\/code>\uff1a\u552f\u4e00\u7ea6\u675f\u3002<\/li>\n\n\n\n<li><code>CHECK<\/code>\uff1a\u68c0\u67e5\u7ea6\u675f\u3002<\/li>\n\n\n\n<li><code>DEFAULT<\/code>\uff1a\u9ed8\u8ba4\u7ea6\u675f\u3002<\/li>\n<\/ul>\n\n\n\n<h4 class=\"wp-block-heading\">4.5 \u67e5\u8be2\u5916\u952e\u4fe1\u606f<\/h4>\n\n\n\n<p>\u8981\u67e5\u770b\u8868\u4e2d\u7684\u5916\u952e\u7ea6\u675f\uff0c\u53ef\u4ee5\u4f7f\u7528\u4ee5\u4e0b\u67e5\u8be2\uff1a<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>SELECT constraint_name, table_name, referenced_table_name\nFROM information_schema.table_constraints\nWHERE constraint_type = 'FOREIGN KEY' AND table_schema = 'your_database_name';<\/code><\/pre>\n\n\n\n<h4 class=\"wp-block-heading\">4.6 \u67e5\u8be2\u5b58\u50a8\u8fc7\u7a0b\u6216\u51fd\u6570<\/h4>\n\n\n\n<p>\u8981\u67e5\u8be2\u5f53\u524d\u6570\u636e\u5e93\u4e2d\u7684\u6240\u6709\u5b58\u50a8\u8fc7\u7a0b\u548c\u51fd\u6570\uff1a<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>SELECT routine_name, routine_type, data_type\nFROM information_schema.routines\nWHERE routine_schema = 'your_database_name';<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">5. <strong>MySQL \u5143\u6570\u636e\u7ba1\u7406\u7684\u5e94\u7528<\/strong><\/h3>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>\u6570\u636e\u5e93\u6587\u6863\u5316<\/strong>\uff1a\u4f7f\u7528\u5143\u6570\u636e\u67e5\u8be2\uff0c\u4f60\u53ef\u4ee5\u751f\u6210\u6570\u636e\u5e93\u7ed3\u6784\u7684\u6587\u6863\u3002\u5217\u51fa\u6240\u6709\u8868\u3001\u5b57\u6bb5\u3001\u7d22\u5f15\u3001\u7ea6\u675f\u7b49\u4fe1\u606f\uff0c\u5e2e\u52a9\u5f00\u53d1\u4eba\u5458\u6216DBA\u4e86\u89e3\u6570\u636e\u5e93\u7684\u8bbe\u8ba1\u3002<\/li>\n\n\n\n<li><strong>\u6570\u636e\u8fc1\u79fb<\/strong>\uff1a\u5728\u6570\u636e\u8fc1\u79fb\u8fc7\u7a0b\u4e2d\uff0c\u5143\u6570\u636e\u53ef\u4ee5\u7528\u6765\u751f\u6210\u76ee\u6807\u6570\u636e\u5e93\u7684\u7ed3\u6784\uff0c\u786e\u4fdd\u76ee\u6807\u6570\u636e\u5e93\u7684\u8868\u7ed3\u6784\u4e0e\u6e90\u6570\u636e\u5e93\u4e00\u81f4\u3002<\/li>\n\n\n\n<li><strong>\u6570\u636e\u5e93\u5ba1\u8ba1<\/strong>\uff1a\u5143\u6570\u636e\u63d0\u4f9b\u4e86\u5173\u4e8e\u6743\u9650\u3001\u7d22\u5f15\u548c\u7ea6\u675f\u7684\u8be6\u7ec6\u4fe1\u606f\uff0c\u5e2e\u52a9\u8fdb\u884c\u5b89\u5168\u5ba1\u8ba1\u548c\u6027\u80fd\u4f18\u5316\u3002<\/li>\n\n\n\n<li><strong>\u81ea\u52a8\u5316\u5de5\u5177<\/strong>\uff1a\u57fa\u4e8e <code>information_schema<\/code>\uff0c\u4f60\u53ef\u4ee5\u6784\u5efa\u81ea\u52a8\u5316\u5de5\u5177\uff0c\u5982\u6570\u636e\u5e93\u540c\u6b65\u3001\u5907\u4efd\u6216\u6062\u590d\u5de5\u5177\u3002<\/li>\n<\/ol>\n\n\n\n<h3 class=\"wp-block-heading\">6. <strong>\u603b\u7ed3<\/strong><\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>\u5143\u6570\u636e<\/strong> \u662f\u63cf\u8ff0\u6570\u636e\u5e93\u7ed3\u6784\u548c\u5176\u4ed6\u5bf9\u8c61\u7684\u6570\u636e\u4fe1\u606f\uff0c\u5728 MySQL \u4e2d\uff0c<code>information_schema<\/code> \u662f\u5b58\u50a8\u5143\u6570\u636e\u7684\u7cfb\u7edf\u6570\u636e\u5e93\u3002<\/li>\n\n\n\n<li>\u4f60\u53ef\u4ee5\u901a\u8fc7\u67e5\u8be2 <code>information_schema<\/code> \u4e2d\u7684\u89c6\u56fe\u6765\u83b7\u53d6\u6570\u636e\u5e93\u3001\u8868\u3001\u5217\u3001\u7d22\u5f15\u3001\u7ea6\u675f\u3001\u89c6\u56fe\u7b49\u7684\u8be6\u7ec6\u4fe1\u606f\u3002<\/li>\n\n\n\n<li><strong>\u5e38\u7528\u89c6\u56fe<\/strong> \u5305\u62ec <code>tables<\/code>\u3001<code>columns<\/code>\u3001<code>statistics<\/code>\u3001<code>table_constraints<\/code> \u7b49\u3002<\/li>\n\n\n\n<li>\u4e86\u89e3\u548c\u4f7f\u7528\u5143\u6570\u636e\u80fd\u591f\u5e2e\u52a9\u4f60\u66f4\u597d\u5730\u7406\u89e3\u6570\u636e\u5e93\u7ed3\u6784\uff0c\u8fdb\u884c\u6570\u636e\u5e93\u8fc1\u79fb\u3001\u6587\u6863\u5316\u3001\u5ba1\u8ba1\u4ee5\u53ca\u81ea\u52a8\u5316\u5de5\u5177\u5f00\u53d1\u3002<\/li>\n<\/ul>\n\n\n\n<p>\u638c\u63e1 MySQL \u7684\u5143\u6570\u636e\u67e5\u8be2\u662f\u8fdb\u884c\u6570\u636e\u5e93\u7ba1\u7406\u3001\u6027\u80fd\u4f18\u5316\u548c\u7ef4\u62a4\u7684\u4e00\u4e2a\u91cd\u8981\u6280\u80fd\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"<p>MySQL \u5143\u6570\u636e\u662f\u6570\u636e\u5e93\u4e2d\u6709\u5173\u7ed3\u6784\u3001\u8868\u3001\u5217\u3001\u7d22\u5f15\u3001\u89c6\u56fe\u3001\u5b58\u50a8\u8fc7\u7a0b\u3001\u7528\u6237\u6743\u9650\u7b49\u4fe1\u606f\u7684\u96c6\u5408\u3002\u5143\u6570\u636e\u4e0d\u5305\u542b\u5b9e\u9645\u7684\u6570 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[35],"tags":[],"class_list":["post-1798","post","type-post","status-publish","format-standard","hentry","category-mysql"],"_links":{"self":[{"href":"https:\/\/www.laixuexila.com\/index.php\/wp-json\/wp\/v2\/posts\/1798","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=1798"}],"version-history":[{"count":1,"href":"https:\/\/www.laixuexila.com\/index.php\/wp-json\/wp\/v2\/posts\/1798\/revisions"}],"predecessor-version":[{"id":1799,"href":"https:\/\/www.laixuexila.com\/index.php\/wp-json\/wp\/v2\/posts\/1798\/revisions\/1799"}],"wp:attachment":[{"href":"https:\/\/www.laixuexila.com\/index.php\/wp-json\/wp\/v2\/media?parent=1798"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.laixuexila.com\/index.php\/wp-json\/wp\/v2\/categories?post=1798"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.laixuexila.com\/index.php\/wp-json\/wp\/v2\/tags?post=1798"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}