{"id":1826,"date":"2025-02-20T20:58:31","date_gmt":"2025-02-20T12:58:31","guid":{"rendered":"https:\/\/www.laixuexila.com\/?p=1826"},"modified":"2025-02-20T20:58:31","modified_gmt":"2025-02-20T12:58:31","slug":"css3-%e6%b8%90%e5%8f%98%ef%bc%88gradients%ef%bc%89","status":"publish","type":"post","link":"https:\/\/www.laixuexila.com\/index.php\/2025\/02\/20\/css3-%e6%b8%90%e5%8f%98%ef%bc%88gradients%ef%bc%89\/","title":{"rendered":"CSS3 \u6e10\u53d8\uff08Gradients\uff09"},"content":{"rendered":"\n<p><strong>CSS3 \u6e10\u53d8\uff08Gradients\uff09<\/strong>\u662f\u7f51\u9875\u8bbe\u8ba1\u4e2d\u975e\u5e38\u5f3a\u5927\u4e14\u5e38\u7528\u7684\u6548\u679c\uff0c\u5b83\u80fd\u591f\u4f7f\u9875\u9762\u66f4\u52a0\u751f\u52a8\u548c\u6709\u8da3\uff0c\u5c24\u5176\u662f\u5728\u80cc\u666f\u548c\u6309\u94ae\u7684\u8bbe\u8ba1\u4e2d\u3002<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">\u4ec0\u4e48\u662f\u6e10\u53d8\uff1f<\/h3>\n\n\n\n<p>\u6e10\u53d8\u662f\u4e00\u79cd\u5e73\u6ed1\u8fc7\u6e21\u7684\u8272\u5f69\u6548\u679c\uff0c\u53ef\u4ee5\u4f7f\u4e00\u4e2a\u989c\u8272\u5e73\u6ed1\u5730\u8fc7\u6e21\u5230\u53e6\u4e00\u4e2a\u989c\u8272\uff0c\u6216\u8005\u901a\u8fc7\u591a\u4e2a\u989c\u8272\u8fc7\u6e21\u3002CSS3 \u4e3a\u6211\u4eec\u63d0\u4f9b\u4e86\u4e24\u79cd\u4e3b\u8981\u7c7b\u578b\u7684\u6e10\u53d8\uff1a<strong>\u7ebf\u6027\u6e10\u53d8<\/strong>\uff08<code>linear-gradient<\/code>\uff09\u548c <strong>\u5f84\u5411\u6e10\u53d8<\/strong>\uff08<code>radial-gradient<\/code>\uff09\u3002<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">1. <strong>\u7ebf\u6027\u6e10\u53d8\uff08<code>linear-gradient<\/code>\uff09<\/strong><\/h3>\n\n\n\n<p>\u7ebf\u6027\u6e10\u53d8\u662f\u4e00\u79cd\u6cbf\u7740\u76f4\u7ebf\u7684\u6e10\u53d8\uff0c\u53ef\u4ee5\u6307\u5b9a\u6e10\u53d8\u7684\u65b9\u5411\uff08\u5982\u4ece\u4e0a\u5230\u4e0b\uff0c\u6216\u8005\u4ece\u5de6\u5230\u53f3\u7b49\uff09\u3002<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">\u8bed\u6cd5\uff1a<\/h4>\n\n\n\n<pre class=\"wp-block-code\"><code>background: linear-gradient(&#91;\u65b9\u5411], &lt;\u989c\u82721&gt;, &lt;\u989c\u82722&gt;, ...);<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li><code>[\u65b9\u5411]<\/code>\uff1a\u6307\u5b9a\u6e10\u53d8\u7684\u65b9\u5411\uff0c\u901a\u5e38\u662f <code>to<\/code> \u5173\u952e\u5b57\u540e\u9762\u8ddf\u7740\u65b9\u5411\uff0c\u5982 <code>to right<\/code>\uff08\u4ece\u5de6\u5230\u53f3\uff09\u3001<code>to top<\/code>\uff08\u4ece\u4e0b\u5230\u4e0a\uff09\u7b49\u3002<\/li>\n\n\n\n<li><code>&lt;\u989c\u82721><\/code>, <code>&lt;\u989c\u82722><\/code>, \u2026\uff1a\u6307\u5b9a\u6e10\u53d8\u7684\u989c\u8272\uff0c\u53ef\u4ee5\u6709\u591a\u4e2a\u989c\u8272\u3002<\/li>\n<\/ul>\n\n\n\n<h4 class=\"wp-block-heading\">\u793a\u4f8b\uff1a\u4ece\u4e0a\u5230\u4e0b\u7684\u7ebf\u6027\u6e10\u53d8<\/h4>\n\n\n\n<pre class=\"wp-block-code\"><code>div {\n    background: linear-gradient(to bottom, red, yellow); \/* \u4ece\u7ea2\u8272\u5230\u9ec4\u8272\u7684\u6e10\u53d8 *\/\n}<\/code><\/pre>\n\n\n\n<p>\u8fd9\u5c06\u4f1a\u521b\u5efa\u4e00\u4e2a\u4ece\u4e0a\u5230\u4e0b\u7684\u7ebf\u6027\u6e10\u53d8\uff0c\u989c\u8272\u4ece\u7ea2\u8272\u5e73\u6ed1\u8fc7\u6e21\u5230\u9ec4\u8272\u3002<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">\u793a\u4f8b\uff1a\u81ea\u5b9a\u4e49\u89d2\u5ea6\u7684\u7ebf\u6027\u6e10\u53d8<\/h4>\n\n\n\n<p>\u4f60\u8fd8\u53ef\u4ee5\u6307\u5b9a\u6e10\u53d8\u7684\u89d2\u5ea6\uff0c\u89d2\u5ea6\u662f\u76f8\u5bf9\u4e8e\u6c34\u5e73\u7ebf\u7684\u65cb\u8f6c\u89d2\u5ea6\u3002<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>div {\n    background: linear-gradient(45deg, red, yellow); \/* 45\u5ea6\u89d2\u7684\u7ea2\u5230\u9ec4\u6e10\u53d8 *\/\n}<\/code><\/pre>\n\n\n\n<p>\u8fd9\u4e2a\u4f8b\u5b50\u4e2d\uff0c\u6e10\u53d8\u65b9\u5411\u662f\u4ece\u5de6\u4e0b\u5230\u53f3\u4e0a\u3002<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">\u793a\u4f8b\uff1a\u591a\u4e2a\u989c\u8272\u7684\u6e10\u53d8<\/h4>\n\n\n\n<pre class=\"wp-block-code\"><code>div {\n    background: linear-gradient(to right, red, yellow, green); \/* \u4ece\u7ea2\u8272\u5230\u9ec4\u8272\u518d\u5230\u7eff\u8272 *\/\n}<\/code><\/pre>\n\n\n\n<p>\u8fd9\u79cd\u6e10\u53d8\u4f1a\u4ece\u5de6\u5230\u53f3\u4f9d\u6b21\u5448\u73b0\u7ea2\u8272\u3001\u9ec4\u8272\u3001\u7eff\u8272\u7684\u8fc7\u6e21\u3002<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">2. <strong>\u5f84\u5411\u6e10\u53d8\uff08<code>radial-gradient<\/code>\uff09<\/strong><\/h3>\n\n\n\n<p>\u5f84\u5411\u6e10\u53d8\u662f\u4ece\u67d0\u4e2a\u4e2d\u5fc3\u70b9\u5411\u5916\u6269\u5c55\u7684\u6e10\u53d8\uff0c\u989c\u8272\u662f\u4ece\u4e2d\u5fc3\u9010\u6e10\u8fc7\u6e21\u5230\u5916\u56f4\u3002\u4f60\u53ef\u4ee5\u63a7\u5236\u6e10\u53d8\u7684\u5f62\u72b6\u548c\u65b9\u5411\u3002<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">\u8bed\u6cd5\uff1a<\/h4>\n\n\n\n<pre class=\"wp-block-code\"><code>background: radial-gradient(&#91;\u5f62\u72b6] &#91;\u5927\u5c0f], &lt;\u989c\u82721&gt;, &lt;\u989c\u82722&gt;, ...);<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li><code>[\u5f62\u72b6]<\/code>\uff1a\u6e10\u53d8\u7684\u5f62\u72b6\uff0c\u901a\u5e38\u662f <code>circle<\/code>\uff08\u5706\u5f62\uff09\u6216 <code>ellipse<\/code>\uff08\u692d\u5706\u5f62\uff09\u3002\u5982\u679c\u4e0d\u6307\u5b9a\u5f62\u72b6\uff0c\u9ed8\u8ba4\u662f <code>ellipse<\/code>\u3002<\/li>\n\n\n\n<li><code>[\u5927\u5c0f]<\/code>\uff1a\u6e10\u53d8\u7684\u5927\u5c0f\uff0c\u53ef\u4ee5\u662f <code>closest-side<\/code>\u3001<code>farthest-side<\/code>\u3001<code>closest-corner<\/code> \u6216 <code>farthest-corner<\/code>\uff0c\u4e5f\u53ef\u4ee5\u4f7f\u7528\u5177\u4f53\u7684\u957f\u5ea6\u503c\u3002<\/li>\n<\/ul>\n\n\n\n<h4 class=\"wp-block-heading\">\u793a\u4f8b\uff1a\u5706\u5f62\u6e10\u53d8<\/h4>\n\n\n\n<pre class=\"wp-block-code\"><code>div {\n    background: radial-gradient(circle, red, yellow); \/* \u4ece\u4e2d\u5fc3\u5411\u5916\u7684\u7ea2\u5230\u9ec4\u6e10\u53d8 *\/\n}<\/code><\/pre>\n\n\n\n<p>\u8fd9\u4e2a\u4f8b\u5b50\u521b\u5efa\u4e86\u4e00\u4e2a\u5706\u5f62\u7684\u6e10\u53d8\uff0c\u989c\u8272\u4ece\u4e2d\u5fc3\u7684\u7ea2\u8272\u9010\u6e10\u8fc7\u6e21\u5230\u5916\u56f4\u7684\u9ec4\u8272\u3002<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">\u793a\u4f8b\uff1a\u692d\u5706\u5f62\u6e10\u53d8<\/h4>\n\n\n\n<pre class=\"wp-block-code\"><code>div {\n    background: radial-gradient(ellipse, red, yellow); \/* \u4ece\u4e2d\u5fc3\u5411\u5916\u7684\u692d\u5706\u5f62\u7ea2\u5230\u9ec4\u6e10\u53d8 *\/\n}<\/code><\/pre>\n\n\n\n<p>\u5728\u8fd9\u4e2a\u4f8b\u5b50\u4e2d\uff0c\u6e10\u53d8\u662f\u4e00\u4e2a\u692d\u5706\u5f62\uff0c\u4ece\u7ea2\u8272\u8fc7\u6e21\u5230\u9ec4\u8272\u3002<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">\u793a\u4f8b\uff1a\u81ea\u5b9a\u4e49\u6e10\u53d8\u7684\u5927\u5c0f<\/h4>\n\n\n\n<pre class=\"wp-block-code\"><code>div {\n    background: radial-gradient(circle farthest-corner, red, yellow, green); \n    \/* \u6e10\u53d8\u4ece\u5706\u5fc3\u5230\u6700\u8fdc\u7684\u89d2\uff0c\u7ea2\u5230\u9ec4\u518d\u5230\u7eff *\/\n}<\/code><\/pre>\n\n\n\n<p><code>farthest-corner<\/code> \u610f\u5473\u7740\u6e10\u53d8\u4f1a\u6269\u5c55\u5230\u5143\u7d20\u7684\u6700\u8fdc\u89d2\uff0c\u800c\u4e0d\u662f\u4ee5\u4e2d\u5fc3\u4e3a\u57fa\u51c6\u3002<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">3. <strong>\u6e10\u53d8\u8272\u7684\u591a\u4e2a\u505c\u6b62\u70b9<\/strong><\/h3>\n\n\n\n<p>CSS \u6e10\u53d8\u5141\u8bb8\u4f60\u5b9a\u4e49\u989c\u8272\u7684\u505c\u6b62\u70b9\uff08color stops\uff09\uff0c\u8fd9\u4f7f\u5f97\u6e10\u53d8\u7684\u8fc7\u6e21\u66f4\u52a0\u7075\u6d3b\u3002<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">\u8bed\u6cd5\uff1a<\/h4>\n\n\n\n<pre class=\"wp-block-code\"><code>background: linear-gradient(&#91;\u65b9\u5411], &lt;\u989c\u82721&gt; &#91;\u4f4d\u7f6e1], &lt;\u989c\u82722&gt; &#91;\u4f4d\u7f6e2], ...);<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li><code>[\u4f4d\u7f6e]<\/code>\uff1a\u6307\u5b9a\u989c\u8272\u7684\u505c\u6b62\u4f4d\u7f6e\uff0c\u5355\u4f4d\u53ef\u4ee5\u662f\u767e\u5206\u6bd4\u6216\u957f\u5ea6\u3002<\/li>\n<\/ul>\n\n\n\n<h4 class=\"wp-block-heading\">\u793a\u4f8b\uff1a\u6307\u5b9a\u591a\u4e2a\u989c\u8272\u505c\u6b62\u70b9<\/h4>\n\n\n\n<pre class=\"wp-block-code\"><code>div {\n    background: linear-gradient(to right, red 0%, yellow 50%, green 100%);\n    \/* \u7ea2\u8272\u4ece\u5de6\u5f00\u59cb\uff0c\u9ec4\u8272\u572850%\u4f4d\u7f6e\uff0c\u7eff\u8272\u5728100%\u4f4d\u7f6e *\/\n}<\/code><\/pre>\n\n\n\n<p>\u5728\u8fd9\u4e2a\u4f8b\u5b50\u4e2d\uff0c\u6e10\u53d8\u4ece\u7ea2\u8272\u5f00\u59cb\uff0c\u5230\u9ec4\u8272\u5728 50% \u505c\u6b62\uff0c\u6700\u540e\u662f\u7eff\u8272\u3002<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">\u793a\u4f8b\uff1a\u4f7f\u7528 <code>rgba<\/code> \u6765\u5b9e\u73b0\u900f\u660e\u6e10\u53d8<\/h4>\n\n\n\n<p>\u4f60\u4e5f\u53ef\u4ee5\u4f7f\u7528 <code>rgba()<\/code> \u51fd\u6570\u6765\u521b\u5efa\u5e26\u6709\u900f\u660e\u5ea6\u7684\u6e10\u53d8\uff0c\u8fd9\u6837\u53ef\u4ee5\u5b9e\u73b0\u534a\u900f\u660e\u6548\u679c\u3002<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>div {\n    background: linear-gradient(to right, rgba(255, 0, 0, 0.5), rgba(0, 255, 0, 0.5));\n    \/* \u4ece\u534a\u900f\u660e\u7ea2\u8272\u5230\u534a\u900f\u660e\u7eff\u8272\u7684\u6e10\u53d8 *\/\n}<\/code><\/pre>\n\n\n\n<p>\u8fd9\u5c06\u521b\u5efa\u4e00\u4e2a\u4ece\u5de6\u5230\u53f3\u7684\u6e10\u53d8\uff0c\u989c\u8272\u5206\u522b\u662f\u534a\u900f\u660e\u7684\u7ea2\u8272\u548c\u7eff\u8272\u3002<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">4. <strong>\u6e10\u53d8\u80cc\u666f\u7684\u5e38\u89c1\u5e94\u7528<\/strong><\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>\u6309\u94ae\u80cc\u666f<\/strong>\uff1a\u6e10\u53d8\u5e38\u5e38\u7528\u4e8e\u6309\u94ae\u7684\u80cc\u666f\uff0c\u4f7f\u6309\u94ae\u770b\u8d77\u6765\u66f4\u7acb\u4f53\u548c\u5f15\u4eba\u6ce8\u610f\u3002<\/li>\n\n\n\n<li><strong>\u5361\u7247\u8bbe\u8ba1<\/strong>\uff1a\u901a\u8fc7\u6e10\u53d8\u80cc\u666f\uff0c\u53ef\u4ee5\u8ba9\u5361\u7247\u5143\u7d20\u7684\u89c6\u89c9\u6548\u679c\u66f4\u4e3a\u751f\u52a8\u3002<\/li>\n\n\n\n<li><strong>\u80cc\u666f\u56fe\u6848<\/strong>\uff1a\u6e10\u53d8\u80cc\u666f\u53ef\u4ee5\u7528\u4e8e\u6574\u4e2a\u7f51\u9875\u80cc\u666f\uff0c\u4ee3\u66ff\u5355\u4e00\u7684\u989c\u8272\u6216\u56fe\u50cf\u80cc\u666f\uff0c\u63d0\u5347\u9875\u9762\u7f8e\u89c2\u5ea6\u3002<\/li>\n<\/ul>\n\n\n\n<h4 class=\"wp-block-heading\">\u793a\u4f8b\uff1a\u6e10\u53d8\u6309\u94ae<\/h4>\n\n\n\n<pre class=\"wp-block-code\"><code>button {\n    padding: 10px 20px;\n    background: linear-gradient(to right, #ff7e5f, #feb47b); \/* \u6e10\u53d8\u80cc\u666f *\/\n    border: none;\n    color: white;\n    font-size: 16px;\n    border-radius: 5px;\n    cursor: pointer;\n}\n\nbutton:hover {\n    background: linear-gradient(to right, #feb47b, #ff7e5f); \/* \u60ac\u505c\u65f6\u6e10\u53d8\u65b9\u5411\u53cd\u8f6c *\/\n}<\/code><\/pre>\n\n\n\n<p>\u8fd9\u4e2a\u4f8b\u5b50\u5c55\u793a\u4e86\u4e00\u4e2a\u5e26\u6709\u6e10\u53d8\u80cc\u666f\u7684\u6309\u94ae\uff0c\u6309\u94ae\u5728\u6b63\u5e38\u72b6\u6001\u4e0b\u662f\u4ece\u7c89\u7ea2\u8272\u5230\u6a59\u8272\u7684\u6e10\u53d8\uff0c\u800c\u5728\u60ac\u505c\u65f6\u6e10\u53d8\u7684\u65b9\u5411\u53cd\u8f6c\u3002<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">5. <strong>\u6e10\u53d8\u4e0e\u52a8\u753b\u7ed3\u5408<\/strong><\/h3>\n\n\n\n<p>CSS3 \u6e10\u53d8\u53ef\u4ee5\u4e0e CSS \u52a8\u753b\u7ed3\u5408\uff0c\u5236\u4f5c\u52a8\u6001\u6e10\u53d8\u6548\u679c\u3002<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">\u793a\u4f8b\uff1a\u52a8\u6001\u6e10\u53d8\u80cc\u666f<\/h4>\n\n\n\n<pre class=\"wp-block-code\"><code>@keyframes gradientAnimation {\n    0% {\n        background: linear-gradient(to right, red, yellow);\n    }\n    50% {\n        background: linear-gradient(to right, blue, green);\n    }\n    100% {\n        background: linear-gradient(to right, red, yellow);\n    }\n}\n\ndiv {\n    height: 100vh;\n    animation: gradientAnimation 5s infinite; \/* \u521b\u5efa\u4e00\u4e2a5\u79d2\u5faa\u73af\u7684\u6e10\u53d8\u52a8\u753b *\/\n}<\/code><\/pre>\n\n\n\n<p>\u8fd9\u4e2a\u4f8b\u5b50\u901a\u8fc7 <code>@keyframes<\/code> \u5236\u4f5c\u4e86\u4e00\u4e2a\u6e10\u53d8\u80cc\u666f\u7684\u52a8\u753b\u6548\u679c\uff0c\u80cc\u666f\u989c\u8272\u4f1a\u4ece\u7ea2\u9ec4\u6e10\u53d8\u5230\u84dd\u7eff\u518d\u56de\u5230\u7ea2\u9ec4\u3002<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">\u603b\u7ed3<\/h3>\n\n\n\n<p>CSS3 \u7684\u6e10\u53d8\u529f\u80fd\u8ba9\u4f60\u53ef\u4ee5\u8f7b\u677e\u5730\u4e3a\u9875\u9762\u5143\u7d20\u6dfb\u52a0\u52a8\u6001\u548c\u751f\u52a8\u7684\u8272\u5f69\u8fc7\u6e21\u3002\u901a\u8fc7 <code>linear-gradient<\/code> \u548c <code>radial-gradient<\/code>\uff0c\u4f60\u53ef\u4ee5\u521b\u5efa\u7ebf\u6027\u548c\u5f84\u5411\u7684\u6e10\u53d8\u6548\u679c\uff0c\u652f\u6301\u591a\u4e2a\u989c\u8272\u7684\u8fc7\u6e21\u3001\u900f\u660e\u5ea6\u4ee5\u53ca\u4e0d\u540c\u7684\u65b9\u5411\u548c\u5f62\u72b6\u3002\u6e10\u53d8\u4e0d\u4ec5\u53ef\u4ee5\u7528\u4e8e\u80cc\u666f\uff0c\u8fd8\u53ef\u4ee5\u7ed3\u5408\u5176\u4ed6 CSS3 \u7279\u6027\uff08\u5982\u52a8\u753b\u3001\u9634\u5f71\u7b49\uff09\u521b\u9020\u66f4\u591a\u89c6\u89c9\u6548\u679c\u3002<\/p>\n\n\n\n<p>\u638c\u63e1\u6e10\u53d8\u5c06\u5927\u5927\u589e\u5f3a\u4f60\u7684\u7f51\u9875\u8bbe\u8ba1\u6280\u5de7\uff0c\u5c24\u5176\u662f\u5728\u73b0\u4ee3\u7f51\u9875\u548c\u5e94\u7528\u7684UI\u8bbe\u8ba1\u4e2d\uff0c\u6e10\u53d8\u662f\u975e\u5e38\u5e38\u89c1\u7684\u5143\u7d20\u4e4b\u4e00\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"<p>CSS3 \u6e10\u53d8\uff08Gradients\uff09\u662f\u7f51\u9875\u8bbe\u8ba1\u4e2d\u975e\u5e38\u5f3a\u5927\u4e14\u5e38\u7528\u7684\u6548\u679c\uff0c\u5b83\u80fd\u591f\u4f7f\u9875\u9762\u66f4\u52a0\u751f\u52a8\u548c\u6709\u8da3\uff0c\u5c24\u5176\u662f\u5728\u80cc\u666f [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[55],"tags":[],"class_list":["post-1826","post","type-post","status-publish","format-standard","hentry","category-css"],"_links":{"self":[{"href":"https:\/\/www.laixuexila.com\/index.php\/wp-json\/wp\/v2\/posts\/1826","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=1826"}],"version-history":[{"count":1,"href":"https:\/\/www.laixuexila.com\/index.php\/wp-json\/wp\/v2\/posts\/1826\/revisions"}],"predecessor-version":[{"id":1827,"href":"https:\/\/www.laixuexila.com\/index.php\/wp-json\/wp\/v2\/posts\/1826\/revisions\/1827"}],"wp:attachment":[{"href":"https:\/\/www.laixuexila.com\/index.php\/wp-json\/wp\/v2\/media?parent=1826"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.laixuexila.com\/index.php\/wp-json\/wp\/v2\/categories?post=1826"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.laixuexila.com\/index.php\/wp-json\/wp\/v2\/tags?post=1826"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}