{"id":1965,"date":"2025-02-23T14:52:23","date_gmt":"2025-02-23T06:52:23","guid":{"rendered":"https:\/\/www.laixuexila.com\/?p=1965"},"modified":"2025-02-23T14:52:23","modified_gmt":"2025-02-23T06:52:23","slug":"html5-%e8%af%ad%e4%b9%89%e5%85%83%e7%b4%a0","status":"publish","type":"post","link":"https:\/\/www.laixuexila.com\/index.php\/2025\/02\/23\/html5-%e8%af%ad%e4%b9%89%e5%85%83%e7%b4%a0\/","title":{"rendered":"HTML5 \u8bed\u4e49\u5143\u7d20"},"content":{"rendered":"\n<p>HTML5 \u5f15\u5165\u4e86\u8bb8\u591a\u65b0\u7684\u8bed\u4e49\u5143\u7d20\uff0c\u8fd9\u4e9b\u5143\u7d20\u6709\u52a9\u4e8e\u6539\u5584\u7f51\u9875\u7684\u7ed3\u6784\uff0c\u4f7f\u5f97\u9875\u9762\u7684\u5185\u5bb9\u66f4\u52a0\u6e05\u6670\u6613\u61c2\uff0c\u4fbf\u4e8e\u5f00\u53d1\u8005\u3001\u6d4f\u89c8\u5668\u3001\u641c\u7d22\u5f15\u64ce\u53ca\u5c4f\u5e55\u9605\u8bfb\u5668\u7b49\u7406\u89e3\u9875\u9762\u7ed3\u6784\u3002\u8bed\u4e49\u5316\u6807\u7b7e\u80fd\u591f\u63d0\u9ad8\u4ee3\u7801\u7684\u53ef\u7ef4\u62a4\u6027\uff0c\u589e\u52a0\u53ef\u8bbf\u95ee\u6027\uff0c\u4e14\u6709\u52a9\u4e8e\u641c\u7d22\u5f15\u64ce\u4f18\u5316\uff08SEO\uff09\u3002<\/p>\n\n\n\n<p>\u4ee5\u4e0b\u662f HTML5 \u7684\u4e00\u4e9b\u5e38\u89c1\u8bed\u4e49\u5143\u7d20\uff1a<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">1. <strong><code>&lt;header&gt;<\/code><\/strong><\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>\u7528\u4e8e\u8868\u793a\u6587\u6863\u7684\u9875\u5934\u90e8\u5206\uff0c\u901a\u5e38\u5305\u542b\u5bfc\u822a\u3001logo\u3001\u6807\u9898\u7b49\u4fe1\u606f\u3002<\/li>\n\n\n\n<li>\u53ef\u4ee5\u7528\u4e8e\u6574\u4e2a\u9875\u9762\u3001\u5355\u4e2a\u90e8\u5206\u6216\u8005\u6587\u7ae0\u7684\u5934\u90e8\u3002<\/li>\n<\/ul>\n\n\n\n<h4 class=\"wp-block-heading\">\u793a\u4f8b\uff1a<\/h4>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;header&gt;\n  &lt;h1&gt;My Website&lt;\/h1&gt;\n  &lt;nav&gt;\n    &lt;ul&gt;\n      &lt;li&gt;&lt;a href=\"#home\"&gt;Home&lt;\/a&gt;&lt;\/li&gt;\n      &lt;li&gt;&lt;a href=\"#about\"&gt;About&lt;\/a&gt;&lt;\/li&gt;\n      &lt;li&gt;&lt;a href=\"#contact\"&gt;Contact&lt;\/a&gt;&lt;\/li&gt;\n    &lt;\/ul&gt;\n  &lt;\/nav&gt;\n&lt;\/header&gt;<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">2. <strong><code>&lt;footer&gt;<\/code><\/strong><\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>\u7528\u4e8e\u8868\u793a\u6587\u6863\u6216\u90e8\u5206\u5185\u5bb9\u7684\u9875\u811a\uff0c\u901a\u5e38\u5305\u542b\u7248\u6743\u4fe1\u606f\u3001\u8054\u7cfb\u65b9\u5f0f\u3001\u793e\u4ea4\u5a92\u4f53\u94fe\u63a5\u7b49\u3002<\/li>\n\n\n\n<li>\u53ef\u4ee5\u7528\u4e8e\u6574\u4e2a\u9875\u9762\u6216\u5355\u4e2a\u90e8\u5206\u7684\u5e95\u90e8\u3002<\/li>\n<\/ul>\n\n\n\n<h4 class=\"wp-block-heading\">\u793a\u4f8b\uff1a<\/h4>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;footer&gt;\n  &lt;p&gt;&amp;copy; 2025 My Website. All rights reserved.&lt;\/p&gt;\n  &lt;ul&gt;\n    &lt;li&gt;&lt;a href=\"#privacy\"&gt;Privacy Policy&lt;\/a&gt;&lt;\/li&gt;\n    &lt;li&gt;&lt;a href=\"#terms\"&gt;Terms of Service&lt;\/a&gt;&lt;\/li&gt;\n  &lt;\/ul&gt;\n&lt;\/footer&gt;<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">3. <strong><code>&lt;article&gt;<\/code><\/strong><\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>\u7528\u4e8e\u8868\u793a\u6587\u6863\u4e2d\u7684\u72ec\u7acb\u5185\u5bb9\u5355\u5143\uff0c\u901a\u5e38\u662f\u4e00\u4e2a\u5b8c\u6574\u7684\u6545\u4e8b\u3001\u6587\u7ae0\u3001\u8bc4\u8bba\u3001\u535a\u5ba2\u5e16\u5b50\u7b49\u3002<\/li>\n\n\n\n<li>\u9002\u7528\u4e8e\u5185\u5bb9\u53ef\u4ee5\u72ec\u7acb\u5206\u53d1\u6216\u5171\u4eab\u7684\u90e8\u5206\u3002<\/li>\n<\/ul>\n\n\n\n<h4 class=\"wp-block-heading\">\u793a\u4f8b\uff1a<\/h4>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;article&gt;\n  &lt;h2&gt;My First Blog Post&lt;\/h2&gt;\n  &lt;p&gt;This is the content of the blog post...&lt;\/p&gt;\n&lt;\/article&gt;<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">4. <strong><code>&lt;section&gt;<\/code><\/strong><\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>\u7528\u4e8e\u8868\u793a\u6587\u6863\u4e2d\u7684\u4e00\u4e2a\u90e8\u5206\u6216\u7ae0\u8282\uff0c\u53ef\u4ee5\u5305\u542b\u6807\u9898\u3001\u6bb5\u843d\u3001\u56fe\u50cf\u7b49\u5185\u5bb9\u3002<\/li>\n\n\n\n<li>\u7528\u4e8e\u5c06\u9875\u9762\u5185\u5bb9\u5206\u7ec4\uff0c\u53ef\u4ee5\u5e2e\u52a9\u7ec4\u7ec7\u5185\u5bb9\u3002<\/li>\n<\/ul>\n\n\n\n<h4 class=\"wp-block-heading\">\u793a\u4f8b\uff1a<\/h4>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;section&gt;\n  &lt;h2&gt;About Me&lt;\/h2&gt;\n  &lt;p&gt;This is the section where I introduce myself...&lt;\/p&gt;\n&lt;\/section&gt;<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">5. <strong><code>&lt;nav&gt;<\/code><\/strong><\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>\u7528\u4e8e\u8868\u793a\u9875\u9762\u4e2d\u7684\u5bfc\u822a\u94fe\u63a5\uff0c\u901a\u5e38\u5305\u542b\u6307\u5411\u5176\u4ed6\u9875\u9762\u6216\u7ad9\u70b9\u5185\u90e8\u7684\u94fe\u63a5\u3002<\/li>\n\n\n\n<li>\u7528\u4e8e\u5e2e\u52a9\u7528\u6237\u5728\u7f51\u7ad9\u4e2d\u5feb\u901f\u627e\u5230\u5176\u4ed6\u90e8\u5206\u3002<\/li>\n<\/ul>\n\n\n\n<h4 class=\"wp-block-heading\">\u793a\u4f8b\uff1a<\/h4>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;nav&gt;\n  &lt;ul&gt;\n    &lt;li&gt;&lt;a href=\"#home\"&gt;Home&lt;\/a&gt;&lt;\/li&gt;\n    &lt;li&gt;&lt;a href=\"#services\"&gt;Services&lt;\/a&gt;&lt;\/li&gt;\n    &lt;li&gt;&lt;a href=\"#contact\"&gt;Contact&lt;\/a&gt;&lt;\/li&gt;\n  &lt;\/ul&gt;\n&lt;\/nav&gt;<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">6. <strong><code>&lt;aside&gt;<\/code><\/strong><\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>\u7528\u4e8e\u8868\u793a\u4e0e\u9875\u9762\u4e3b\u8981\u5185\u5bb9\u76f8\u5173\u7684\u9644\u52a0\u5185\u5bb9\uff0c\u901a\u5e38\u4f5c\u4e3a\u4fa7\u8fb9\u680f\u51fa\u73b0\uff0c\u5305\u542b\u5e7f\u544a\u3001\u63a8\u8350\u5185\u5bb9\u3001\u989d\u5916\u7684\u89e3\u91ca\u7b49\u3002<\/li>\n\n\n\n<li>\u7528\u4e8e\u5d4c\u5957\u7684\u5185\u5bb9\u4e0d\u4e00\u5b9a\u76f4\u63a5\u4e0e\u4e3b\u5185\u5bb9\u5173\u8054\uff0c\u4f46\u4ecd\u7136\u662f\u76f8\u5173\u7684\u3002<\/li>\n<\/ul>\n\n\n\n<h4 class=\"wp-block-heading\">\u793a\u4f8b\uff1a<\/h4>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;aside&gt;\n  &lt;h3&gt;Related Articles&lt;\/h3&gt;\n  &lt;ul&gt;\n    &lt;li&gt;&lt;a href=\"#article1\"&gt;Article 1&lt;\/a&gt;&lt;\/li&gt;\n    &lt;li&gt;&lt;a href=\"#article2\"&gt;Article 2&lt;\/a&gt;&lt;\/li&gt;\n  &lt;\/ul&gt;\n&lt;\/aside&gt;<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">7. <strong><code>&lt;main&gt;<\/code><\/strong><\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>\u7528\u4e8e\u8868\u793a\u6587\u6863\u7684\u4e3b\u8981\u5185\u5bb9\u533a\u57df\uff0c\u5305\u542b\u7f51\u9875\u4e2d\u6700\u91cd\u8981\u7684\u5185\u5bb9\u3002<\/li>\n\n\n\n<li>\u4e00\u4e2a\u6587\u6863\u4e2d\u53ea\u80fd\u6709\u4e00\u4e2a <code>&lt;main><\/code> \u5143\u7d20\uff0c\u5b83\u6392\u9664\u4e86\u9875\u5934\u3001\u9875\u811a\u3001\u4fa7\u8fb9\u680f\u7b49\u90e8\u5206\u7684\u5185\u5bb9\u3002<\/li>\n<\/ul>\n\n\n\n<h4 class=\"wp-block-heading\">\u793a\u4f8b\uff1a<\/h4>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;main&gt;\n  &lt;h1&gt;Welcome to My Website&lt;\/h1&gt;\n  &lt;p&gt;This is the main content of the page.&lt;\/p&gt;\n&lt;\/main&gt;<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">8. <strong><code>&lt;figure&gt;<\/code><\/strong><\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>\u7528\u4e8e\u8868\u793a\u6587\u6863\u4e2d\u7684\u56fe\u50cf\u3001\u56fe\u8868\u3001\u63d2\u56fe\u7b49\u5185\u5bb9\uff0c\u901a\u5e38\u4e0e <code>&lt;figcaption><\/code> \u4e00\u8d77\u4f7f\u7528\u6765\u63d0\u4f9b\u56fe\u50cf\u7684\u6807\u9898\u6216\u8bf4\u660e\u3002<\/li>\n\n\n\n<li><code>&lt;figure><\/code> \u6807\u7b7e\u5e2e\u52a9\u5c06\u56fe\u50cf\u4e0e\u76f8\u5173\u8bf4\u660e\u8054\u7cfb\u5728\u4e00\u8d77\u3002<\/li>\n<\/ul>\n\n\n\n<h4 class=\"wp-block-heading\">\u793a\u4f8b\uff1a<\/h4>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;figure&gt;\n  &lt;img src=\"image.jpg\" alt=\"A beautiful landscape\"&gt;\n  &lt;figcaption&gt;Landscape of the mountains&lt;\/figcaption&gt;\n&lt;\/figure&gt;<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">9. <strong><code>&lt;figcaption&gt;<\/code><\/strong><\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>\u7528\u4e8e\u4e3a <code>&lt;figure><\/code> \u5143\u7d20\u63d0\u4f9b\u6807\u9898\u6216\u63cf\u8ff0\u3002<\/li>\n\n\n\n<li><code>&lt;figcaption><\/code> \u53ea\u51fa\u73b0\u5728 <code>&lt;figure><\/code> \u5143\u7d20\u5185\u3002<\/li>\n<\/ul>\n\n\n\n<h4 class=\"wp-block-heading\">\u793a\u4f8b\uff1a<\/h4>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;figure&gt;\n  &lt;img src=\"image.jpg\" alt=\"A beautiful landscape\"&gt;\n  &lt;figcaption&gt;Landscape of the mountains&lt;\/figcaption&gt;\n&lt;\/figure&gt;<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">10. <strong><code>&lt;mark&gt;<\/code><\/strong><\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>\u7528\u4e8e\u7a81\u51fa\u663e\u793a\u9875\u9762\u4e2d\u7684\u91cd\u8981\u90e8\u5206\uff0c\u901a\u5e38\u662f\u7528\u6237\u641c\u7d22\u7ed3\u679c\u4e2d\u7684\u5339\u914d\u90e8\u5206\u3002<\/li>\n\n\n\n<li>\u8be5\u6587\u672c\u4f1a\u9ad8\u4eae\u663e\u793a\uff0c\u901a\u5e38\u4ee5\u9ec4\u8272\u80cc\u666f\u8868\u793a\u3002<\/li>\n<\/ul>\n\n\n\n<h4 class=\"wp-block-heading\">\u793a\u4f8b\uff1a<\/h4>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;p&gt;Search results for &lt;mark&gt;HTML5&lt;\/mark&gt; tutorial.&lt;\/p&gt;<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">11. <strong><code>&lt;progress&gt;<\/code><\/strong><\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>\u7528\u4e8e\u8868\u793a\u4efb\u52a1\u7684\u8fdb\u5ea6\u6761\uff0c\u9002\u5408\u663e\u793a\u8fdb\u5ea6\u72b6\u6001\uff0c\u5982\u6587\u4ef6\u4e0a\u4f20\u3001\u4e0b\u8f7d\u7b49\u3002<\/li>\n\n\n\n<li>\u53ef\u4ee5\u901a\u8fc7 <code>value<\/code> \u548c <code>max<\/code> \u5c5e\u6027\u6765\u8bbe\u7f6e\u8fdb\u5ea6\u7684\u5f53\u524d\u503c\u548c\u6700\u5927\u503c\u3002<\/li>\n<\/ul>\n\n\n\n<h4 class=\"wp-block-heading\">\u793a\u4f8b\uff1a<\/h4>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;progress value=\"60\" max=\"100\"&gt;60%&lt;\/progress&gt;<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">12. <strong><code>&lt;output&gt;<\/code><\/strong><\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>\u7528\u4e8e\u8868\u793a\u8ba1\u7b97\u7ed3\u679c\u6216\u8868\u5355\u63d0\u4ea4\u7684\u8f93\u51fa\uff0c\u901a\u5e38\u7528\u4e8e\u663e\u793a\u7528\u6237\u8f93\u5165\u7684\u7ed3\u679c\u3002<\/li>\n\n\n\n<li><code>&lt;output><\/code> \u6807\u7b7e\u9002\u7528\u4e8e\u4e0e JavaScript \u4e00\u8d77\u4f7f\u7528\uff0c\u52a8\u6001\u5c55\u793a\u8ba1\u7b97\u7ed3\u679c\u3002<\/li>\n<\/ul>\n\n\n\n<h4 class=\"wp-block-heading\">\u793a\u4f8b\uff1a<\/h4>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;form oninput=\"result.value=parseInt(a.value)+parseInt(b.value)\"&gt;\n  &lt;input type=\"number\" id=\"a\" value=\"50\"&gt; + \n  &lt;input type=\"number\" id=\"b\" value=\"100\"&gt; =\n  &lt;output name=\"result\" for=\"a b\"&gt;150&lt;\/output&gt;\n&lt;\/form&gt;<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">13. <strong><code>&lt;details&gt;<\/code><\/strong><\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>\u7528\u4e8e\u8868\u793a\u4e00\u4e2a\u53ef\u5c55\u5f00\u548c\u6298\u53e0\u7684\u5185\u5bb9\u5757\uff0c\u9002\u7528\u4e8e\u5b9e\u73b0\u4ea4\u4e92\u5f0f\u5185\u5bb9\uff0c\u4f8b\u5982\u95ee\u7b54\u6216\u6458\u8981\u3002<\/li>\n\n\n\n<li>\u7528\u6237\u70b9\u51fb <code>&lt;summary><\/code> \u6807\u7b7e\u6765\u5c55\u5f00\u6216\u6298\u53e0\u8be6\u7ec6\u5185\u5bb9\u3002<\/li>\n<\/ul>\n\n\n\n<h4 class=\"wp-block-heading\">\u793a\u4f8b\uff1a<\/h4>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;details&gt;\n  &lt;summary&gt;More Information&lt;\/summary&gt;\n  &lt;p&gt;This is the detailed content that is hidden initially.&lt;\/p&gt;\n&lt;\/details&gt;<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">14. <strong><code>&lt;summary&gt;<\/code><\/strong><\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>\u7528\u4e8e\u4e3a <code>&lt;details><\/code> \u5143\u7d20\u63d0\u4f9b\u4e00\u4e2a\u53ef\u70b9\u51fb\u7684\u6807\u9898\u3002<\/li>\n\n\n\n<li>\u8fd9\u662f\u7528\u6237\u5c55\u5f00\u8be6\u7ec6\u5185\u5bb9\u65f6\u7684\u89e6\u53d1\u6309\u94ae\u3002<\/li>\n<\/ul>\n\n\n\n<h4 class=\"wp-block-heading\">\u793a\u4f8b\uff1a<\/h4>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;details&gt;\n  &lt;summary&gt;More Information&lt;\/summary&gt;\n  &lt;p&gt;This is the detailed content that is hidden initially.&lt;\/p&gt;\n&lt;\/details&gt;<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">\u603b\u7ed3<\/h3>\n\n\n\n<p>HTML5 \u7684\u8bed\u4e49\u5143\u7d20\u4f7f\u5f97\u7f51\u9875\u7684\u7ed3\u6784\u66f4\u52a0\u6e05\u6670\u3001\u7b80\u6d01\uff0c\u6709\u52a9\u4e8e\u63d0\u9ad8\u7f51\u7ad9\u7684\u53ef\u8bbf\u95ee\u6027\u3001\u53ef\u7ef4\u62a4\u6027\u548c\u641c\u7d22\u5f15\u64ce\u4f18\u5316\uff08SEO\uff09\u3002\u901a\u8fc7\u4f7f\u7528\u8fd9\u4e9b\u8bed\u4e49\u6807\u7b7e\uff0c\u5f00\u53d1\u8005\u80fd\u591f\u66f4\u597d\u5730\u7ec4\u7ec7\u5185\u5bb9\uff0c\u4f7f\u5176\u66f4\u6613\u4e8e\u7406\u89e3\u548c\u4f7f\u7528\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"<p>HTML5 \u5f15\u5165\u4e86\u8bb8\u591a\u65b0\u7684\u8bed\u4e49\u5143\u7d20\uff0c\u8fd9\u4e9b\u5143\u7d20\u6709\u52a9\u4e8e\u6539\u5584\u7f51\u9875\u7684\u7ed3\u6784\uff0c\u4f7f\u5f97\u9875\u9762\u7684\u5185\u5bb9\u66f4\u52a0\u6e05\u6670\u6613\u61c2\uff0c\u4fbf\u4e8e\u5f00\u53d1\u8005\u3001\u6d4f\u89c8 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[75],"tags":[],"class_list":["post-1965","post","type-post","status-publish","format-standard","hentry","category-html5"],"_links":{"self":[{"href":"https:\/\/www.laixuexila.com\/index.php\/wp-json\/wp\/v2\/posts\/1965","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=1965"}],"version-history":[{"count":1,"href":"https:\/\/www.laixuexila.com\/index.php\/wp-json\/wp\/v2\/posts\/1965\/revisions"}],"predecessor-version":[{"id":1966,"href":"https:\/\/www.laixuexila.com\/index.php\/wp-json\/wp\/v2\/posts\/1965\/revisions\/1966"}],"wp:attachment":[{"href":"https:\/\/www.laixuexila.com\/index.php\/wp-json\/wp\/v2\/media?parent=1965"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.laixuexila.com\/index.php\/wp-json\/wp\/v2\/categories?post=1965"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.laixuexila.com\/index.php\/wp-json\/wp\/v2\/tags?post=1965"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}