{"id":1762,"date":"2025-02-18T00:13:28","date_gmt":"2025-02-17T16:13:28","guid":{"rendered":"https:\/\/www.laixuexila.com\/?p=1762"},"modified":"2025-02-18T00:13:28","modified_gmt":"2025-02-17T16:13:28","slug":"mysql-%e6%95%b0%e6%8d%ae%e7%b1%bb%e5%9e%8b","status":"publish","type":"post","link":"https:\/\/www.laixuexila.com\/index.php\/2025\/02\/18\/mysql-%e6%95%b0%e6%8d%ae%e7%b1%bb%e5%9e%8b\/","title":{"rendered":"MySQL \u6570\u636e\u7c7b\u578b"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">\u5728 MySQL \u4e2d\uff0c\u6570\u636e\u7c7b\u578b\u7684\u9009\u62e9\u5bf9\u6570\u636e\u5e93\u6027\u80fd\u548c\u4f18\u5316\u81f3\u5173\u91cd\u8981\u3002MySQL \u63d0\u4f9b\u4e86\u591a\u79cd\u6570\u636e\u7c7b\u578b\uff0c\u4e3b\u8981\u5206\u4e3a\u4ee5\u4e0b\u4e09\u5927\u7c7b\uff1a<strong>\u6570\u503c\u7c7b\u578b<\/strong>\u3001<strong>\u65e5\u671f\/\u65f6\u95f4\u7c7b\u578b<\/strong> \u548c <strong>\u5b57\u7b26\u4e32\uff08\u5b57\u7b26\uff09\u7c7b\u578b<\/strong>\u3002\u6bcf\u79cd\u7c7b\u578b\u90fd\u6709\u7279\u5b9a\u7684\u7528\u9014\uff0c\u9009\u62e9\u5408\u9002\u7684\u6570\u636e\u7c7b\u578b\u53ef\u4ee5\u63d0\u9ad8\u67e5\u8be2\u6548\u7387\u3001\u51cf\u5c11\u5b58\u50a8\u7a7a\u95f4\u4ee5\u53ca\u4f18\u5316\u6570\u636e\u5e93\u6027\u80fd\u3002<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">1. <strong>\u6570\u503c\u7c7b\u578b<\/strong><\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">\u6570\u503c\u7c7b\u578b\u7528\u4e8e\u5b58\u50a8\u6570\u5b57\u6570\u636e\uff0c\u53ef\u4ee5\u5206\u4e3a <strong>\u6574\u6570\u7c7b\u578b<\/strong> \u548c <strong>\u6d6e\u52a8\u70b9\u7c7b\u578b<\/strong>\u3002<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">1.1 <strong>\u6574\u6570\u7c7b\u578b<\/strong><\/h4>\n\n\n\n<p class=\"wp-block-paragraph\">\u6574\u6570\u7c7b\u578b\u7528\u4e8e\u5b58\u50a8\u6ca1\u6709\u5c0f\u6570\u90e8\u5206\u7684\u6570\u503c\u3002MySQL \u63d0\u4f9b\u4e86\u591a\u79cd\u6574\u6570\u7c7b\u578b\uff0c\u53ef\u4ee5\u6839\u636e\u6570\u636e\u7684\u5927\u5c0f\u548c\u5b58\u50a8\u9700\u6c42\u9009\u62e9\u9002\u5f53\u7684\u7c7b\u578b\u3002<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>TINYINT<\/strong>\uff1a\u5b58\u50a8\u6781\u5c0f\u7684\u6574\u6570\uff0c\u901a\u5e38\u7528\u4e8e\u8868\u793a\u5e03\u5c14\u503c\uff08-128 \u5230 127 \u6216 0 \u5230 255\uff09<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>  TINYINT<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>SMALLINT<\/strong>\uff1a\u5b58\u50a8\u8f83\u5c0f\u7684\u6574\u6570\uff08-32,768 \u5230 32,767 \u6216 0 \u5230 65,535\uff09<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>  SMALLINT<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>MEDIUMINT<\/strong>\uff1a\u5b58\u50a8\u4e2d\u7b49\u8303\u56f4\u7684\u6574\u6570\uff08-8,388,608 \u5230 8,388,607 \u6216 0 \u5230 16,777,215\uff09<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>  MEDIUMINT<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>INT \/ INTEGER<\/strong>\uff1a\u5e38\u7528\u7684\u6574\u6570\u7c7b\u578b\uff08-2,147,483,648 \u5230 2,147,483,647 \u6216 0 \u5230 4,294,967,295\uff09<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>  INT<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>BIGINT<\/strong>\uff1a\u5b58\u50a8\u8f83\u5927\u7684\u6574\u6570\uff08-9,223,372,036,854,775,808 \u5230 9,223,372,036,854,775,807 \u6216 0 \u5230 18,446,744,073,709,551,615\uff09<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>  BIGINT<\/code><\/pre>\n\n\n\n<h4 class=\"wp-block-heading\">1.2 <strong>\u6d6e\u52a8\u70b9\u7c7b\u578b<\/strong><\/h4>\n\n\n\n<p class=\"wp-block-paragraph\">\u6d6e\u52a8\u70b9\u7c7b\u578b\u7528\u4e8e\u5b58\u50a8\u5e26\u6709\u5c0f\u6570\u90e8\u5206\u7684\u6570\u503c\u3002\u5e38\u7528\u4e8e\u5b58\u50a8\u8d27\u5e01\u91d1\u989d\u6216\u7cbe\u786e\u5ea6\u8981\u6c42\u8f83\u9ad8\u7684\u8ba1\u7b97\u7ed3\u679c\u3002<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>FLOAT<\/strong>\uff1a\u5b58\u50a8\u5355\u7cbe\u5ea6\u6d6e\u52a8\u70b9\u6570\uff0c\u901a\u5e38\u7528\u4e8e\u7cbe\u5ea6\u8981\u6c42\u4e0d\u9ad8\u7684\u6570\u636e\uff08\u6700\u5927 24 \u4f4d\u6709\u6548\u6570\u5b57\uff09<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>  FLOAT<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>DOUBLE<\/strong>\uff1a\u5b58\u50a8\u53cc\u7cbe\u5ea6\u6d6e\u52a8\u70b9\u6570\uff0c\u901a\u5e38\u7528\u4e8e\u7cbe\u5ea6\u8981\u6c42\u8f83\u9ad8\u7684\u6570\u636e\uff08\u6700\u5927 53 \u4f4d\u6709\u6548\u6570\u5b57\uff09<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>  DOUBLE<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>DECIMAL \/ NUMERIC<\/strong>\uff1a\u7528\u4e8e\u5b58\u50a8\u7cbe\u786e\u7684\u5c0f\u6570\uff0c\u7279\u522b\u9002\u7528\u4e8e\u8d22\u52a1\u6570\u636e\u3002\u5b83\u5177\u6709\u56fa\u5b9a\u7684\u5c0f\u6570\u70b9\u7cbe\u5ea6\uff0c\u907f\u514d\u4e86\u6d6e\u52a8\u70b9\u6570\u7684\u820d\u5165\u8bef\u5dee\u3002<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>  DECIMAL(10,2)<\/code><\/pre>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>\u5b9e\u4f8b\uff1a\u6574\u6570\u548c\u6d6e\u52a8\u70b9\u7c7b\u578b<\/strong><\/h4>\n\n\n\n<pre class=\"wp-block-code\"><code>CREATE TABLE product (\n  id INT AUTO_INCREMENT,\n  price DECIMAL(10, 2),\n  quantity INT,\n  PRIMARY KEY (id)\n);<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">2. <strong>\u65e5\u671f\/\u65f6\u95f4\u7c7b\u578b<\/strong><\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">\u65e5\u671f\u548c\u65f6\u95f4\u7c7b\u578b\u7528\u4e8e\u5b58\u50a8\u65e5\u671f\u548c\u65f6\u95f4\u6570\u636e\uff0cMySQL \u63d0\u4f9b\u4e86\u4ee5\u4e0b\u51e0\u79cd\u5e38\u89c1\u7684\u65e5\u671f\/\u65f6\u95f4\u7c7b\u578b\u3002<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>DATE<\/strong>\uff1a\u5b58\u50a8\u65e5\u671f\uff08\u683c\u5f0f\uff1a<code>YYYY-MM-DD<\/code>\uff09<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>  DATE<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>DATETIME<\/strong>\uff1a\u5b58\u50a8\u65e5\u671f\u548c\u65f6\u95f4\uff08\u683c\u5f0f\uff1a<code>YYYY-MM-DD HH:MM:SS<\/code>\uff09<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>  DATETIME<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>TIMESTAMP<\/strong>\uff1a\u5b58\u50a8\u65f6\u95f4\u6233\uff08\u683c\u5f0f\uff1a<code>YYYY-MM-DD HH:MM:SS<\/code>\uff09\uff0c\u901a\u5e38\u7528\u4e8e\u8bb0\u5f55\u6570\u636e\u7684\u521b\u5efa\u6216\u4fee\u6539\u65f6\u95f4\u3002\u4f1a\u968f\u7cfb\u7edf\u65f6\u95f4\u81ea\u52a8\u66f4\u65b0\u3002<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>  TIMESTAMP<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>TIME<\/strong>\uff1a\u5b58\u50a8\u65f6\u95f4\uff08\u683c\u5f0f\uff1a<code>HH:MM:SS<\/code>\uff09<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>  TIME<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>YEAR<\/strong>\uff1a\u5b58\u50a8\u5e74\u4efd\uff08\u683c\u5f0f\uff1a<code>YYYY<\/code>\uff09<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>  YEAR<\/code><\/pre>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>\u5b9e\u4f8b\uff1a\u65e5\u671f\/\u65f6\u95f4\u7c7b\u578b<\/strong><\/h4>\n\n\n\n<pre class=\"wp-block-code\"><code>CREATE TABLE events (\n  event_id INT AUTO_INCREMENT,\n  event_name VARCHAR(100),\n  event_date DATE,\n  event_time TIME,\n  PRIMARY KEY (event_id)\n);<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">3. <strong>\u5b57\u7b26\u4e32\uff08\u5b57\u7b26\uff09\u7c7b\u578b<\/strong><\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">\u5b57\u7b26\u4e32\u7c7b\u578b\u7528\u4e8e\u5b58\u50a8\u6587\u672c\u6570\u636e\u3002MySQL \u63d0\u4f9b\u4e86\u591a\u79cd\u5b57\u7b26\u4e32\u7c7b\u578b\uff0c\u6bcf\u79cd\u7c7b\u578b\u9002\u5408\u4e0d\u540c\u7684\u5b58\u50a8\u9700\u6c42\u3002<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">3.1 <strong>\u5b9a\u957f\u5b57\u7b26\u4e32\u7c7b\u578b<\/strong><\/h4>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>CHAR<\/strong>\uff1a\u5b9a\u957f\u5b57\u7b26\u4e32\u7c7b\u578b\uff0c\u9002\u7528\u4e8e\u957f\u5ea6\u56fa\u5b9a\u7684\u5b57\u7b26\u4e32\uff08\u6700\u5927 255 \u4e2a\u5b57\u7b26\uff09\u3002\u5982\u679c\u63d2\u5165\u7684\u5b57\u7b26\u4e32\u957f\u5ea6\u5c0f\u4e8e\u5b9a\u4e49\u7684\u957f\u5ea6\uff0cMySQL \u4f1a\u81ea\u52a8\u8865\u5145\u7a7a\u683c\u3002<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>  CHAR(50)<\/code><\/pre>\n\n\n\n<h4 class=\"wp-block-heading\">3.2 <strong>\u53d8\u957f\u5b57\u7b26\u4e32\u7c7b\u578b<\/strong><\/h4>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>VARCHAR<\/strong>\uff1a\u53d8\u957f\u5b57\u7b26\u4e32\u7c7b\u578b\uff0c\u9002\u7528\u4e8e\u957f\u5ea6\u4e0d\u56fa\u5b9a\u7684\u5b57\u7b26\u4e32\u3002<code>VARCHAR<\/code> \u5b58\u50a8\u7684\u662f\u5b9e\u9645\u5b57\u7b26\u4e32\u957f\u5ea6\uff0c\u4e0d\u4f1a\u5360\u7528\u989d\u5916\u7a7a\u95f4\u3002<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>  VARCHAR(255)<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>TEXT<\/strong>\uff1a\u5b58\u50a8\u957f\u6587\u672c\u6570\u636e\uff0c\u6700\u5927\u957f\u5ea6\u4e3a 65,535 \u5b57\u8282\u3002<code>TEXT<\/code> \u7c7b\u578b\u9002\u7528\u4e8e\u5b58\u50a8\u6587\u7ae0\u3001\u63cf\u8ff0\u7b49\u8f83\u5927\u7684\u6587\u672c\u6570\u636e\u3002<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>  TEXT<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>TINYTEXT<\/strong>\uff1a\u5b58\u50a8\u77ed\u6587\u672c\u6570\u636e\uff0c\u6700\u5927\u957f\u5ea6\u4e3a 255 \u5b57\u8282\u3002<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>  TINYTEXT<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>MEDIUMTEXT<\/strong>\uff1a\u5b58\u50a8\u4e2d\u7b49\u957f\u5ea6\u7684\u6587\u672c\u6570\u636e\uff0c\u6700\u5927\u957f\u5ea6\u4e3a 16,777,215 \u5b57\u8282\u3002<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>  MEDIUMTEXT<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>LONGTEXT<\/strong>\uff1a\u5b58\u50a8\u957f\u6587\u672c\u6570\u636e\uff0c\u6700\u5927\u957f\u5ea6\u4e3a 4,294,967,295 \u5b57\u8282\u3002<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>  LONGTEXT<\/code><\/pre>\n\n\n\n<h4 class=\"wp-block-heading\">3.3 <strong>\u4e8c\u8fdb\u5236\u5b57\u7b26\u4e32\u7c7b\u578b<\/strong><\/h4>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>BINARY<\/strong>\uff1a\u5b9a\u957f\u4e8c\u8fdb\u5236\u6570\u636e\u7c7b\u578b\uff0c\u9002\u7528\u4e8e\u5b58\u50a8\u56fa\u5b9a\u957f\u5ea6\u7684\u4e8c\u8fdb\u5236\u6570\u636e\u3002<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>  BINARY(16)<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>VARBINARY<\/strong>\uff1a\u53d8\u957f\u4e8c\u8fdb\u5236\u6570\u636e\u7c7b\u578b\uff0c\u9002\u7528\u4e8e\u5b58\u50a8\u957f\u5ea6\u4e0d\u56fa\u5b9a\u7684\u4e8c\u8fdb\u5236\u6570\u636e\u3002<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>  VARBINARY(255)<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>BLOB<\/strong>\uff1a\u5b58\u50a8\u4e8c\u8fdb\u5236\u5927\u5bf9\u8c61\u6570\u636e\uff0c\u6700\u5927\u957f\u5ea6\u4e3a 65,535 \u5b57\u8282\u3002\u9002\u7528\u4e8e\u5b58\u50a8\u56fe\u50cf\u3001\u97f3\u9891\u7b49\u4e8c\u8fdb\u5236\u6570\u636e\u3002<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>  BLOB<\/code><\/pre>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>\u5b9e\u4f8b\uff1a\u5b57\u7b26\u4e32\u7c7b\u578b<\/strong><\/h4>\n\n\n\n<pre class=\"wp-block-code\"><code>CREATE TABLE users (\n  user_id INT AUTO_INCREMENT,\n  username VARCHAR(50),\n  email VARCHAR(100),\n  password_hash CHAR(64),\n  profile_picture BLOB,\n  PRIMARY KEY (user_id)\n);<\/code><\/pre>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">4. <strong>\u603b\u7ed3<\/strong><\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">MySQL \u63d0\u4f9b\u4e86\u591a\u79cd\u6570\u636e\u7c7b\u578b\u6765\u6ee1\u8db3\u4e0d\u540c\u7684\u5b58\u50a8\u9700\u6c42\uff0c\u5408\u7406\u7684\u9009\u62e9\u6570\u636e\u7c7b\u578b\u5bf9\u6570\u636e\u5e93\u7684\u6027\u80fd\u548c\u4f18\u5316\u81f3\u5173\u91cd\u8981\u3002\u9009\u62e9\u65f6\u8003\u8651\u4ee5\u4e0b\u51e0\u70b9\uff1a<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>\u6570\u503c\u7c7b\u578b<\/strong>\uff1a\u9009\u62e9\u5408\u9002\u7684\u6574\u6570\u6216\u6d6e\u52a8\u70b9\u7c7b\u578b\uff0c\u907f\u514d\u9009\u62e9\u8fc7\u5927\u6216\u8fc7\u5c0f\u7684\u6570\u636e\u7c7b\u578b\u3002<\/li>\n\n\n\n<li><strong>\u65e5\u671f\/\u65f6\u95f4\u7c7b\u578b<\/strong>\uff1a\u6839\u636e\u9700\u8981\u5b58\u50a8\u7684\u65f6\u95f4\u7cbe\u5ea6\u9009\u62e9\u5408\u9002\u7684\u65e5\u671f\/\u65f6\u95f4\u7c7b\u578b\u3002<\/li>\n\n\n\n<li><strong>\u5b57\u7b26\u4e32\u7c7b\u578b<\/strong>\uff1a\u6839\u636e\u5b57\u6bb5\u5185\u5bb9\u7684\u957f\u5ea6\u548c\u7279\u70b9\u9009\u62e9\u5b9a\u957f\u6216\u53d8\u957f\u7684\u5b57\u7b26\u4e32\u7c7b\u578b\u3002<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">\u9009\u62e9\u5408\u9002\u7684\u6570\u636e\u7c7b\u578b\u53ef\u4ee5\u8282\u7701\u5b58\u50a8\u7a7a\u95f4\u3001\u63d0\u9ad8\u67e5\u8be2\u6548\u7387\u3001\u51cf\u5c11\u6027\u80fd\u5f00\u9500\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u5728 MySQL \u4e2d\uff0c\u6570\u636e\u7c7b\u578b\u7684\u9009\u62e9\u5bf9\u6570\u636e\u5e93\u6027\u80fd\u548c\u4f18\u5316\u81f3\u5173\u91cd\u8981\u3002MySQL \u63d0\u4f9b\u4e86\u591a\u79cd\u6570\u636e\u7c7b\u578b\uff0c\u4e3b\u8981\u5206\u4e3a\u4ee5\u4e0b\u4e09\u5927 [&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-1762","post","type-post","status-publish","format-standard","hentry","category-mysql"],"_links":{"self":[{"href":"https:\/\/www.laixuexila.com\/index.php\/wp-json\/wp\/v2\/posts\/1762","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=1762"}],"version-history":[{"count":1,"href":"https:\/\/www.laixuexila.com\/index.php\/wp-json\/wp\/v2\/posts\/1762\/revisions"}],"predecessor-version":[{"id":1763,"href":"https:\/\/www.laixuexila.com\/index.php\/wp-json\/wp\/v2\/posts\/1762\/revisions\/1763"}],"wp:attachment":[{"href":"https:\/\/www.laixuexila.com\/index.php\/wp-json\/wp\/v2\/media?parent=1762"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.laixuexila.com\/index.php\/wp-json\/wp\/v2\/categories?post=1762"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.laixuexila.com\/index.php\/wp-json\/wp\/v2\/tags?post=1762"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}