{"id":3914,"date":"2024-11-10T12:58:02","date_gmt":"2024-11-10T04:58:02","guid":{"rendered":"https:\/\/fwq.ai\/blog\/3914\/"},"modified":"2024-11-10T12:58:02","modified_gmt":"2024-11-10T04:58:02","slug":"%e5%a6%82%e4%bd%95%e7%bb%99-json-%e6%95%b0%e6%8d%ae%e6%b7%bb%e5%8a%a0%e5%ba%8f%e5%8f%b7%e5%ad%97%e6%ae%b5%ef%bc%9f","status":"publish","type":"post","link":"https:\/\/fwq.ai\/blog\/3914\/","title":{"rendered":"\u5982\u4f55\u7ed9 JSON \u6570\u636e\u6dfb\u52a0\u5e8f\u53f7\u5b57\u6bb5\uff1f"},"content":{"rendered":"<p><img decoding=\"async\" src=\"https:\/\/img.php.cn\/upload\/article\/001\/246\/273\/173116396613948.jpg\" class=\"aligncenter\" title=\"\u5982\u4f55\u7ed9 JSON \u6570\u636e\u6dfb\u52a0\u5e8f\u53f7\u5b57\u6bb5\uff1f\u63d2\u56fe\" alt=\"\u5982\u4f55\u7ed9 JSON \u6570\u636e\u6dfb\u52a0\u5e8f\u53f7\u5b57\u6bb5\uff1f\u63d2\u56fe\" \/><\/p>\n<p><strong>\u5728 json \u6570\u636e\u5f00\u5934\u6dfb\u52a0\u5e8f\u53f7\u5b57\u6bb5<\/strong><\/p>\n<p>\u5982\u679c\u4f60\u9700\u8981\u5728 json \u6570\u636e\u5f00\u5934\u6dfb\u52a0\u4e00\u4e2a\u4ece 0 \u6216 1 \u5f00\u59cb\u7684\u5c0f\u5230\u5927\u6392\u7684\u5e8f\u53f7\u5b57\u6bb5\uff0c\u4f60\u53ef\u4ee5\u4f7f\u7528\u4ee5\u4e0b\u65b9\u6cd5\uff1a<\/p>\n<p>\u5728\u83b7\u53d6 json \u6570\u636e\u540e\uff0c\u4f7f\u7528 jquery.parsejson() \u5c06\u6570\u636e\u89e3\u6790\u6210\u4e00\u4e2a javascript \u5bf9\u8c61\u3002\u7136\u540e\uff0c\u4f7f\u7528 $.each() \u65b9\u6cd5\u904d\u5386\u5bf9\u8c61\u4e2d\u7684\u6bcf\u4e2a\u503c\uff0c\u5e76\u6839\u636e\u9700\u8981\u6dfb\u52a0\u5e8f\u53f7\u5b57\u6bb5\u3002<\/p>\n<pre>var json = $.ajax({\n    type: \"GET\",\n    url: \"url.url\",\n    success: function (result) {\n\n        \/\/ \u5c06 JSON \u6570\u636e\u89e3\u6790\u6210 JavaScript \u5bf9\u8c61\n        var data = jQuery.parseJSON(result);\n\n        $.each(data, function(i, item) {\n            \/\/ \u5728\u5f00\u5934\u6dfb\u52a0\u5e8f\u53f7\u5b57\u6bb5\n            data[i].\u5e8f\u53f7 = i;\n        });\n\n        \/\/ \u6253\u5370\u7ed3\u679c\n        console.log(data);\n    }\n});<\/pre>\n<p>  \u767b\u5f55\u540e\u590d\u5236   <\/p>\n<p>\u901a\u8fc7\u4f7f\u7528\u6b64\u65b9\u6cd5\uff0c\u4f60\u53ef\u4ee5\u5728 json \u6570\u636e\u7684\u5f00\u5934\u6dfb\u52a0\u4e00\u4e2a\u5e8f\u53f7\u5b57\u6bb5\uff0c\u5e76\u4e14\u5e8f\u53f7\u5c06\u4ece\u5c0f\u5230\u5927\u4f9d\u6b21\u6392\u5e8f\u3002<\/p>\n<p>\u4ee5\u4e0a\u5c31\u662f\u5982\u4f55\u7ed9 JSON \u6570\u636e\u6dfb\u52a0\u5e8f\u53f7\u5b57\u6bb5\uff1f\u7684\u8be6\u7ec6\u5185\u5bb9\uff0c\u66f4\u591a\u8bf7\u5173\u6ce8\u7c73\u4e91\u5176\u5b83\u76f8\u5173\u6587\u7ae0\uff01<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u5728 json \u6570\u636e\u5f00\u5934\u6dfb\u52a0\u5e8f\u53f7\u5b57\u6bb5 \u5982\u679c\u4f60\u9700\u8981\u5728 json \u6570\u636e\u5f00\u5934\u6dfb\u52a0\u4e00\u4e2a\u4ece 0 \u6216 1 \u5f00\u59cb\u7684\u5c0f\u5230\u5927\u6392\u7684\u5e8f\u53f7\u5b57\u6bb5\uff0c\u4f60\u53ef\u4ee5\u4f7f\u7528\u4ee5\u4e0b\u65b9\u6cd5\uff1a \u5728\u83b7\u53d6 json \u6570\u636e\u540e\uff0c\u4f7f\u7528 jquery.parsejson() \u5c06\u6570\u636e\u89e3\u6790\u6210\u4e00\u4e2a javascript \u5bf9\u8c61\u3002\u7136\u540e\uff0c\u4f7f\u7528 $.each() \u65b9\u6cd5\u904d\u5386\u5bf9\u8c61\u4e2d\u7684\u6bcf\u4e2a\u503c\uff0c\u5e76\u6839\u636e\u9700\u8981\u6dfb\u52a0\u5e8f\u53f7\u5b57\u6bb5\u3002 var json = $.ajax({ type: &#8220;GET&#8221;, url: &#8220;url.url&#8221;, success: function (result) { \/\/ \u5c06 JSON \u6570\u636e\u89e3\u6790\u6210 JavaScript \u5bf9\u8c61 var data = jQuery.parseJSON(result); $.each(data, function(i, item) { \/\/ \u5728\u5f00\u5934\u6dfb\u52a0\u5e8f\u53f7\u5b57\u6bb5 data[i].\u5e8f\u53f7 = i; }); \/\/ \u6253\u5370\u7ed3\u679c console.log(data); } [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[16],"tags":[],"class_list":["post-3914","post","type-post","status-publish","format-standard","hentry","category-16"],"_links":{"self":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts\/3914","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/comments?post=3914"}],"version-history":[{"count":0,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts\/3914\/revisions"}],"wp:attachment":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/media?parent=3914"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/categories?post=3914"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/tags?post=3914"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}