{"id":490,"date":"2024-04-18T08:54:58","date_gmt":"2024-04-18T00:54:58","guid":{"rendered":"https:\/\/www.ljcljc.cn\/?p=490"},"modified":"2024-04-18T08:56:40","modified_gmt":"2024-04-18T00:56:40","slug":"jquery%e4%b9%8bajax-%e8%af%a6%e8%a7%a3","status":"publish","type":"post","link":"https:\/\/blog.ljcljc.cn\/index.php\/2024\/04\/18\/490\/","title":{"rendered":"jQuery\u4e4bAjax \u8be6\u89e3"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\">\u4e00\u3001\u4ec0\u4e48\u662fAjax<\/h2>\n\n\n\n<p>Ajax\u7684\u5168\u79f0\u662fAsynchronous JavaScript And XML\uff08\u5f02\u6b65JavaScript\u548cXML\uff09\u6211\u4eec\u53ef\u4ee5\u7406\u89e3\u4e3a\uff1a\u5728\u7f51\u9875\u4e2d\u5229\u7528XMLHttpRequest\u5bf9\u8c61\u548c\u670d\u52a1\u5668\u8fdb\u884c\u6570\u636e\u4ea4\u4e92\u7684\u65b9\u5f0f\u5c31\u662fAjax\uff0c\u5b83\u53ef\u4ee5\u5e2e\u52a9\u6211\u4eec\u8f7b\u677e\u5b9e\u73b0\u7f51\u9875\u4e0e\u670d\u52a1\u5668\u4e4b\u95f4\u7684\u6570\u636e\u4ea4\u4e92\u3002<br><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">\u4e8c\u3001jQuery\u4e2d\u7684Ajax<\/h2>\n\n\n\n<p>\u5728jQuery\u4e2d\uff0c<code>$.ajax()<\/code>\u65b9\u6cd5\u5c5e\u4e8e\u6700\u5e95\u5c42\u7684\u65b9\u6cd5\uff0c\u7b2c2\u5c42\u662f<code>$.get()<\/code>\uff0c\u548c<code>$.post()<\/code>\uff0c\u7b2c3\u5c42\u662f<code>$.getScript()<\/code>\u548c<code>$.getJSON()<\/code>\u65b9\u6cd5\u3002<\/p>\n\n\n\n<p>\u6d4f\u89c8\u5668\u4e2d\u63d0\u4f9b\u7684XMLHttpRequest\u7528\u6cd5\u6bd4\u8f83\u590d\u6742\uff0c\u6240\u4ee5jQuery\u5bf9XMLHttpRequest\u8fdb\u884c\u4e86\u5c01\u88c5\uff0c\u63d0\u4f9b\u4e86\u4e00\u7cfb\u5217Ajax\u76f8\u5173\u7684\u51fd\u6570\uff0c\u6781\u5927\u5730\u964d\u4f4e\u4e86Ajax\u7684\u4f7f\u7528\u96be\u5ea6<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"%E4%B8%89%EF%BC%8C%20%24.get(%20)%20%E6%96%B9%E6%B3%95\">\u4e09\u3001 $.get( ) \u65b9\u6cd5<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>\u8bf7\u6c42\u7ed3\u6784<\/li>\n<\/ul>\n\n\n\n<p><strong><code><strong>$.get( url\uff0c[ data ]\uff0c[ callback ]\uff0c[ type ])<\/strong><\/code><\/strong><\/p>\n\n\n\n<figure class=\"wp-block-table is-style-stripes\"><table><tbody><tr><td class=\"has-text-align-center\" data-align=\"center\"><strong>\u53c2\u6570\u540d\u79f0<\/strong><\/td><td class=\"has-text-align-center\" data-align=\"center\"><strong>\u7c7b\u578b<\/strong><\/td><td class=\"has-text-align-left\" data-align=\"left\"><strong>\u8bf4\u660e<\/strong><\/td><\/tr><tr><td class=\"has-text-align-center\" data-align=\"center\">url<\/td><td class=\"has-text-align-center\" data-align=\"center\">String<\/td><td class=\"has-text-align-left\" data-align=\"left\">\u8bf7\u6c42\u7684HTML\u9875\u7684URL\u5730\u5740<\/td><\/tr><tr><td class=\"has-text-align-center\" data-align=\"center\">data\uff08\u53ef\u9009\uff09<\/td><td class=\"has-text-align-center\" data-align=\"center\">Object<\/td><td class=\"has-text-align-left\" data-align=\"left\">\u53d1\u9001\u81f3\u670d\u52a1\u5668\u7684\u6570\u636e\uff08key\/value\uff09<\/td><\/tr><tr><td class=\"has-text-align-center\" data-align=\"center\">callback\uff08\u53ef\u9009\uff09<\/td><td class=\"has-text-align-center\" data-align=\"center\">Function<\/td><td class=\"has-text-align-left\" data-align=\"left\">\u8bf7\u6c42\u6210\u529f\u7684\u56de\u8c03\u51fd\u6570<\/td><\/tr><tr><td class=\"has-text-align-center\" data-align=\"center\">type\uff08\u53ef\u9009\uff09<\/td><td class=\"has-text-align-center\" data-align=\"center\">String<\/td><td class=\"has-text-align-left\" data-align=\"left\">\u670d\u52a1\u7aef\u8fd4\u56de\u5185\u5bb9\u7684\u683c\u5f0f\uff0c\u5e38\u89c1\u7684\u6709json\u3001html\u3001text\u3001xml\u7b49<\/td><\/tr><\/tbody><\/table><figcaption class=\"wp-element-caption\">$.get()\u65b9\u6cd5\u53c2\u6570\u89e3\u91ca<\/figcaption><\/figure>\n\n\n\n<ul class=\"wp-block-list\">\n<li>\u8bf7\u6c42\u6837\u4f8b\uff1a<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>function testGet(){\n    $.get(\"url\", {}, function(res) {\n         console.log(res)\n    })\n}<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">\u56db\u3001$.post( )\u51fd\u6570<\/h2>\n\n\n\n<p><strong>GET&nbsp;<\/strong>\u8bf7\u6c42\u670d\u52a1\u5668\u65b9\u5f0f\u5e38\u7528\u4e8e<strong>\u83b7\u53d6\u670d\u52a1\u5668\u6570\u636e<\/strong>\uff0c\u800c&nbsp;<strong>POST&nbsp;<\/strong>\u8bf7\u6c42\u670d\u52a1\u5668\u65b9\u5f0f\u5e38\u7528\u4e8e<strong>\u5411\u670d\u52a1\u5668\u53d1\u9001\u6570\u636e<\/strong>\uff0c\u53ef\u643a\u5e26\u53c2\u6570\u91cf\u8f83\u5927\u3002<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>\u8bf7\u6c42\u7ed3\u6784<\/li>\n<\/ul>\n\n\n\n<p><strong><code><strong>$.post( url\uff0c[ data ]\uff0c[ callback ]\uff0c[ type ])<\/strong><\/code><\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>\u8bf7\u6c42\u6837\u4f8b\uff1a<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>function testPost(){\n    let data = {username: \"ljc\", password: \"123456\"} \/\/ \u51c6\u5907\u5411\u670d\u52a1\u5668\u53d1\u9001\u7684\u5185\u5bb9\n    $.post(\"url\", data, function(res) {\n         console.log(res)\n    })\n}\n<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">\u4e94\u3001$.ajax( )\u51fd\u6570<\/h2>\n\n\n\n<p>\u524d\u9762\u63d0\u5230\u7684<code>$.get()<\/code>\uff0c<code>$.post()<\/code>\uff0c<code>$.getScript()<\/code>\uff0c<code>$.getJSON()<\/code>\u8fd9\u4e9b\u65b9\u6cd5\uff0c\u90fd\u662f\u57fa\u4e8e<code>$.ajax()<\/code>\u65b9\u6cd5\u6784\u5efa\u7684\uff0c<code>$.ajax()<\/code>\u662fjQuery\u6700\u5e95\u5c42\u7684Ajax\u5b9e\u73b0\uff0c\u56e0\u4e3a\u53ef\u4ee5\u7528\u6765\u4ee3\u66ff\u524d\u9762\u7684\u6240\u6709\u65b9\u6cd5\u3002<\/p>\n\n\n\n<p>\u6240\u4ee5\u5982\u679c\u9700\u8981\u7f16\u5199\u590d\u6742\u7684Ajax\u7a0b\u5e8f\uff0c\u90a3\u4e48\u5c31\u8981\u7528<code>$.ajax()<\/code>\uff0c<code>$.ajax()<\/code>\u4e0d\u4ec5\u80fd\u5b9e\u73b0\u4e0e<code>$.get()<\/code>\uff0c<code>$.post()<\/code>\u540c\u6837\u7684\u529f\u80fd\uff0c\u800c\u4e14\u8fd8\u53ef\u4ee5\u8bbe\u5b9abeforeSend\uff08\u63d0\u4ea4\u524d\u56de\u8c03\u51fd\u6570\uff09\u3001error\uff08\u8bf7\u6c42\u5931\u8d25\u540e\u5904\u7406\uff09\u3001success\uff08\u8bf7\u6c42\u6210\u529f\u540e\u5904\u7406\uff09\u3001complete\uff08\u8bf7\u6c42\u5b8c\u6210\u540e\u5904\u7406\uff09\u56de\u8c03\u51fd\u6570\uff0c\u901a\u8fc7\u8bbe\u5b9a\u8fd9\u4e9b\u56de\u8c03\u51fd\u6570\uff0c\u53ef\u4ee5\u7ed9\u7528\u6237\u66f4\u591a\u7684Ajax\u63d0\u793a\u4fe1\u606f\uff0c\u53e6\u5916\uff0c\u8fd8\u6709\u4e00\u4e9b\u53c2\u6570\u53ef\u4ee5\u8bbe\u7f6eAjax\u8bf7\u6c42\u7684\u8d85\u65f6\u65f6\u95f4\u6216\u8005\u9875\u9762\u7684\u201c\u6700\u540e\u66f4\u6539\u201d\u72b6\u6001\u3002<br><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>$.ajax({\n    url\uff1a\"\", \/\/\u8bf7\u6c42\u5730\u5740\n    type: \"get | post | put | delete \", \/\/\u9ed8\u8ba4\u662fget\n    data:{\n         \"usr\":\"ljc\",\n         \"pwd\":\"123456\"\n    },\n    dataType:\"html | text | json | xml \u7b49\", \/\/\u8bf7\u6c42\u6570\u636e\u7c7b\u578b\n    success: function(res){  \/\/\u8bf7\u6c42\u6210\u529f\u65f6\n         console.log(res)\n    },\n    error: function(res){  \/\/\u8bf7\u6c42\u5931\u8d25\u65f6\n         console.log('error')\n    },\n    timeout: 10000, \/\/\u8d85\u65f6\u65f6\u95f4\n\n})\n<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>\u4e00\u3001\u4ec0\u4e48\u662fAjax Ajax\u7684\u5168\u79f0\u662fAsynchronous JavaScript And XML\uff08\u5f02\u6b65Jav [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[23],"tags":[],"class_list":["post-490","post","type-post","status-publish","format-standard","hentry","category-javaweb"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v20.0 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>jQuery\u4e4bAjax \u8be6\u89e3 - LJC&#039;s blog<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/blog.ljcljc.cn\/index.php\/2024\/04\/18\/490\/\" \/>\n<meta property=\"og:locale\" content=\"zh_CN\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"jQuery\u4e4bAjax \u8be6\u89e3 - LJC&#039;s blog\" \/>\n<meta property=\"og:description\" content=\"\u4e00\u3001\u4ec0\u4e48\u662fAjax Ajax\u7684\u5168\u79f0\u662fAsynchronous JavaScript And XML\uff08\u5f02\u6b65Jav [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/blog.ljcljc.cn\/index.php\/2024\/04\/18\/490\/\" \/>\n<meta property=\"og:site_name\" content=\"LJC&#039;s blog\" \/>\n<meta property=\"article:published_time\" content=\"2024-04-18T00:54:58+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-04-18T00:56:40+00:00\" \/>\n<meta name=\"author\" content=\"\u674e \u9526\u6210\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u4f5c\u8005\" \/>\n\t<meta name=\"twitter:data1\" content=\"\u674e \u9526\u6210\" \/>\n\t<meta name=\"twitter:label2\" content=\"\u9884\u8ba1\u9605\u8bfb\u65f6\u95f4\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 \u5206\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/blog.ljcljc.cn\/index.php\/2024\/04\/18\/490\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/blog.ljcljc.cn\/index.php\/2024\/04\/18\/490\/\"},\"author\":{\"name\":\"\u674e \u9526\u6210\",\"@id\":\"https:\/\/blog.ljcljc.cn\/#\/schema\/person\/2e095138311f9c813747d20a8f911a46\"},\"headline\":\"jQuery\u4e4bAjax \u8be6\u89e3\",\"datePublished\":\"2024-04-18T00:54:58+00:00\",\"dateModified\":\"2024-04-18T00:56:40+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/blog.ljcljc.cn\/index.php\/2024\/04\/18\/490\/\"},\"wordCount\":54,\"publisher\":{\"@id\":\"https:\/\/blog.ljcljc.cn\/#\/schema\/person\/2e095138311f9c813747d20a8f911a46\"},\"articleSection\":[\"JavaWeb\"],\"inLanguage\":\"zh-Hans\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/blog.ljcljc.cn\/index.php\/2024\/04\/18\/490\/\",\"url\":\"https:\/\/blog.ljcljc.cn\/index.php\/2024\/04\/18\/490\/\",\"name\":\"jQuery\u4e4bAjax \u8be6\u89e3 - LJC&#039;s blog\",\"isPartOf\":{\"@id\":\"https:\/\/blog.ljcljc.cn\/#website\"},\"datePublished\":\"2024-04-18T00:54:58+00:00\",\"dateModified\":\"2024-04-18T00:56:40+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/blog.ljcljc.cn\/index.php\/2024\/04\/18\/490\/#breadcrumb\"},\"inLanguage\":\"zh-Hans\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/blog.ljcljc.cn\/index.php\/2024\/04\/18\/490\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/blog.ljcljc.cn\/index.php\/2024\/04\/18\/490\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u9996\u9875\",\"item\":\"https:\/\/blog.ljcljc.cn\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"jQuery\u4e4bAjax \u8be6\u89e3\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/blog.ljcljc.cn\/#website\",\"url\":\"https:\/\/blog.ljcljc.cn\/\",\"name\":\"LJC&#039;s blog\",\"description\":\"\u5c0f\u6210\u77e5\u8bc6\u5e93\",\"publisher\":{\"@id\":\"https:\/\/blog.ljcljc.cn\/#\/schema\/person\/2e095138311f9c813747d20a8f911a46\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/blog.ljcljc.cn\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"zh-Hans\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\/\/blog.ljcljc.cn\/#\/schema\/person\/2e095138311f9c813747d20a8f911a46\",\"name\":\"\u674e \u9526\u6210\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"zh-Hans\",\"@id\":\"https:\/\/blog.ljcljc.cn\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/www.ljcljc.cn\/wp-content\/uploads\/2023\/02\/g.jpg\",\"contentUrl\":\"https:\/\/www.ljcljc.cn\/wp-content\/uploads\/2023\/02\/g.jpg\",\"width\":500,\"height\":500,\"caption\":\"\u674e \u9526\u6210\"},\"logo\":{\"@id\":\"https:\/\/blog.ljcljc.cn\/#\/schema\/person\/image\/\"},\"url\":\"https:\/\/blog.ljcljc.cn\/index.php\/author\/ljc\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"jQuery\u4e4bAjax \u8be6\u89e3 - LJC&#039;s blog","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/blog.ljcljc.cn\/index.php\/2024\/04\/18\/490\/","og_locale":"zh_CN","og_type":"article","og_title":"jQuery\u4e4bAjax \u8be6\u89e3 - LJC&#039;s blog","og_description":"\u4e00\u3001\u4ec0\u4e48\u662fAjax Ajax\u7684\u5168\u79f0\u662fAsynchronous JavaScript And XML\uff08\u5f02\u6b65Jav [&hellip;]","og_url":"https:\/\/blog.ljcljc.cn\/index.php\/2024\/04\/18\/490\/","og_site_name":"LJC&#039;s blog","article_published_time":"2024-04-18T00:54:58+00:00","article_modified_time":"2024-04-18T00:56:40+00:00","author":"\u674e \u9526\u6210","twitter_card":"summary_large_image","twitter_misc":{"\u4f5c\u8005":"\u674e \u9526\u6210","\u9884\u8ba1\u9605\u8bfb\u65f6\u95f4":"1 \u5206"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/blog.ljcljc.cn\/index.php\/2024\/04\/18\/490\/#article","isPartOf":{"@id":"https:\/\/blog.ljcljc.cn\/index.php\/2024\/04\/18\/490\/"},"author":{"name":"\u674e \u9526\u6210","@id":"https:\/\/blog.ljcljc.cn\/#\/schema\/person\/2e095138311f9c813747d20a8f911a46"},"headline":"jQuery\u4e4bAjax \u8be6\u89e3","datePublished":"2024-04-18T00:54:58+00:00","dateModified":"2024-04-18T00:56:40+00:00","mainEntityOfPage":{"@id":"https:\/\/blog.ljcljc.cn\/index.php\/2024\/04\/18\/490\/"},"wordCount":54,"publisher":{"@id":"https:\/\/blog.ljcljc.cn\/#\/schema\/person\/2e095138311f9c813747d20a8f911a46"},"articleSection":["JavaWeb"],"inLanguage":"zh-Hans"},{"@type":"WebPage","@id":"https:\/\/blog.ljcljc.cn\/index.php\/2024\/04\/18\/490\/","url":"https:\/\/blog.ljcljc.cn\/index.php\/2024\/04\/18\/490\/","name":"jQuery\u4e4bAjax \u8be6\u89e3 - LJC&#039;s blog","isPartOf":{"@id":"https:\/\/blog.ljcljc.cn\/#website"},"datePublished":"2024-04-18T00:54:58+00:00","dateModified":"2024-04-18T00:56:40+00:00","breadcrumb":{"@id":"https:\/\/blog.ljcljc.cn\/index.php\/2024\/04\/18\/490\/#breadcrumb"},"inLanguage":"zh-Hans","potentialAction":[{"@type":"ReadAction","target":["https:\/\/blog.ljcljc.cn\/index.php\/2024\/04\/18\/490\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/blog.ljcljc.cn\/index.php\/2024\/04\/18\/490\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u9996\u9875","item":"https:\/\/blog.ljcljc.cn\/"},{"@type":"ListItem","position":2,"name":"jQuery\u4e4bAjax \u8be6\u89e3"}]},{"@type":"WebSite","@id":"https:\/\/blog.ljcljc.cn\/#website","url":"https:\/\/blog.ljcljc.cn\/","name":"LJC&#039;s blog","description":"\u5c0f\u6210\u77e5\u8bc6\u5e93","publisher":{"@id":"https:\/\/blog.ljcljc.cn\/#\/schema\/person\/2e095138311f9c813747d20a8f911a46"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/blog.ljcljc.cn\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"zh-Hans"},{"@type":["Person","Organization"],"@id":"https:\/\/blog.ljcljc.cn\/#\/schema\/person\/2e095138311f9c813747d20a8f911a46","name":"\u674e \u9526\u6210","image":{"@type":"ImageObject","inLanguage":"zh-Hans","@id":"https:\/\/blog.ljcljc.cn\/#\/schema\/person\/image\/","url":"https:\/\/www.ljcljc.cn\/wp-content\/uploads\/2023\/02\/g.jpg","contentUrl":"https:\/\/www.ljcljc.cn\/wp-content\/uploads\/2023\/02\/g.jpg","width":500,"height":500,"caption":"\u674e \u9526\u6210"},"logo":{"@id":"https:\/\/blog.ljcljc.cn\/#\/schema\/person\/image\/"},"url":"https:\/\/blog.ljcljc.cn\/index.php\/author\/ljc\/"}]}},"_links":{"self":[{"href":"https:\/\/blog.ljcljc.cn\/index.php\/wp-json\/wp\/v2\/posts\/490","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blog.ljcljc.cn\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.ljcljc.cn\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.ljcljc.cn\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.ljcljc.cn\/index.php\/wp-json\/wp\/v2\/comments?post=490"}],"version-history":[{"count":5,"href":"https:\/\/blog.ljcljc.cn\/index.php\/wp-json\/wp\/v2\/posts\/490\/revisions"}],"predecessor-version":[{"id":495,"href":"https:\/\/blog.ljcljc.cn\/index.php\/wp-json\/wp\/v2\/posts\/490\/revisions\/495"}],"wp:attachment":[{"href":"https:\/\/blog.ljcljc.cn\/index.php\/wp-json\/wp\/v2\/media?parent=490"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.ljcljc.cn\/index.php\/wp-json\/wp\/v2\/categories?post=490"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.ljcljc.cn\/index.php\/wp-json\/wp\/v2\/tags?post=490"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}