{"id":4096,"date":"2024-11-10T12:18:33","date_gmt":"2024-11-10T04:18:33","guid":{"rendered":"https:\/\/fwq.ai\/blog\/4096\/"},"modified":"2024-11-10T12:18:33","modified_gmt":"2024-11-10T04:18:33","slug":"%e5%a6%82%e4%bd%95%e4%b8%ba-json-%e6%95%b0%e6%8d%ae%e6%b7%bb%e5%8a%a0%e9%80%92%e5%a2%9e%e5%ba%8f%e5%8f%b7%e5%ad%97%e6%ae%b5%ef%bc%9f","status":"publish","type":"post","link":"https:\/\/fwq.ai\/blog\/4096\/","title":{"rendered":"\u5982\u4f55\u4e3a JSON \u6570\u636e\u6dfb\u52a0\u9012\u589e\u5e8f\u53f7\u5b57\u6bb5\uff1f"},"content":{"rendered":"<p><img decoding=\"async\" src=\"https:\/\/img.php.cn\/upload\/article\/001\/246\/273\/173122471254088.jpg\" class=\"aligncenter\" title=\"\u5982\u4f55\u4e3a JSON \u6570\u636e\u6dfb\u52a0\u9012\u589e\u5e8f\u53f7\u5b57\u6bb5\uff1f\u63d2\u56fe\" alt=\"\u5982\u4f55\u4e3a JSON \u6570\u636e\u6dfb\u52a0\u9012\u589e\u5e8f\u53f7\u5b57\u6bb5\uff1f\u63d2\u56fe\" \/><\/p>\n<p><strong>\u5982\u4f55\u4e3a json \u6570\u636e\u6dfb\u52a0\u9012\u589e\u5e8f\u53f7\u5b57\u6bb5<\/strong><\/p>\n<p>\u8981\u4e3a json \u6570\u636e\u6dfb\u52a0\u4e00\u4e2a\u9012\u589e\u5e8f\u53f7\u5b57\u6bb5\uff0c\u53ef\u4ee5\u901a\u8fc7\u4ee5\u4e0b\u6b65\u9aa4\u64cd\u4f5c\uff1a<\/p>\n<ol>\n<li>\u53d1\u9001 ajax \u8bf7\u6c42\u83b7\u53d6 json \u6570\u636e\u3002<\/li>\n<\/ol>\n<pre>var json = $.ajax({\n  type: \"get\",\n  url: \"url.url\",\n  success: function(result) {\n    \/\/ ...\n  }\n});<\/pre>\n<p>  \u767b\u5f55\u540e\u590d\u5236   <\/p>\n<ol>\n<li>\u4f7f\u7528 jquery.parsejson \u5c06 json \u6570\u636e\u8f6c\u6362\u6210 javascript \u5bf9\u8c61\u3002<\/li>\n<\/ol>\n<pre>var json = jquery.parsejson(osettings.jqxhr.responsetext);<\/pre>\n<p>  \u767b\u5f55\u540e\u590d\u5236   <\/p>\n<ol>\n<li>\u6dfb\u52a0\u4e00\u4e2a\u5e8f\u53f7\u5b57\u6bb5\u56de\u8c03\u51fd\u6570\u3002<\/li>\n<\/ol>\n<pre>var opt = {\n  \"fndrawcallback\": function(osettings) {\n    \/\/ ...\n  }\n};<\/pre>\n<p>  \u767b\u5f55\u540e\u590d\u5236   <\/p>\n<ol>\n<li>\u5728\u56de\u8c03\u51fd\u6570\u4e2d\u4f7f\u7528 datatables api \u83b7\u53d6\u6570\u636e\u5e76\u6dfb\u52a0\u5e8f\u53f7\u5b57\u6bb5\u3002<\/li>\n<\/ol>\n<pre>var api = this.api();\nvar startIndex = api.context[0]._iDisplayStart;\napi.column(0).nodes().each(function(cell, i) {\n  cell.innerHTML = startIndex + i + 1;\n});<\/pre>\n<p>  \u767b\u5f55\u540e\u590d\u5236   <\/p>\n<p>\u4ee5\u4e0a\u5c31\u662f\u5982\u4f55\u4e3a JSON \u6570\u636e\u6dfb\u52a0\u9012\u589e\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>\u5982\u4f55\u4e3a json \u6570\u636e\u6dfb\u52a0\u9012\u589e\u5e8f\u53f7\u5b57\u6bb5 \u8981\u4e3a json \u6570\u636e\u6dfb\u52a0\u4e00\u4e2a\u9012\u589e\u5e8f\u53f7\u5b57\u6bb5\uff0c\u53ef\u4ee5\u901a\u8fc7\u4ee5\u4e0b\u6b65\u9aa4\u64cd\u4f5c\uff1a \u53d1\u9001 ajax \u8bf7\u6c42\u83b7\u53d6 json \u6570\u636e\u3002 var json = $.ajax({ type: &#8220;get&#8221;, url: &#8220;url.url&#8221;, success: function(result) { \/\/ &#8230; } }); \u767b\u5f55\u540e\u590d\u5236 \u4f7f\u7528 jquery.parsejson \u5c06 json \u6570\u636e\u8f6c\u6362\u6210 javascript \u5bf9\u8c61\u3002 var json = jquery.parsejson(osettings.jqxhr.responsetext); \u767b\u5f55\u540e\u590d\u5236 \u6dfb\u52a0\u4e00\u4e2a\u5e8f\u53f7\u5b57\u6bb5\u56de\u8c03\u51fd\u6570\u3002 var opt = { &#8220;fndrawcallback&#8221;: function(osettings) { \/\/ &#8230; } }; \u767b\u5f55\u540e\u590d\u5236 \u5728\u56de\u8c03\u51fd\u6570\u4e2d\u4f7f\u7528 datatables api [&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-4096","post","type-post","status-publish","format-standard","hentry","category-16"],"_links":{"self":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts\/4096","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=4096"}],"version-history":[{"count":0,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts\/4096\/revisions"}],"wp:attachment":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/media?parent=4096"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/categories?post=4096"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/tags?post=4096"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}