{"id":28489,"date":"2024-11-25T14:04:01","date_gmt":"2024-11-25T06:04:01","guid":{"rendered":"https:\/\/fwq.ai\/blog\/28489\/"},"modified":"2024-11-25T14:04:01","modified_gmt":"2024-11-25T06:04:01","slug":"%e5%be%ae%e4%bf%a1%e5%b0%8f%e7%a8%8b%e5%ba%8f%e5%a4%9a%e5%b1%82%e5%b5%8c%e5%a5%97%e6%b8%b2%e6%9f%93%e5%88%97%e8%a1%a8%e5%8f%8a%e6%95%b0%e6%8d%ae%e8%8e%b7%e5%8f%96%e7%9a%84%e4%bb%a3%e7%a0%81","status":"publish","type":"post","link":"https:\/\/fwq.ai\/blog\/28489\/","title":{"rendered":"\u5fae\u4fe1\u5c0f\u7a0b\u5e8f\u591a\u5c42\u5d4c\u5957\u6e32\u67d3\u5217\u8868\u53ca\u6570\u636e\u83b7\u53d6\u7684\u4ee3\u7801"},"content":{"rendered":"<p>\u672c\u7bc7\u6587\u7ae0\u7ed9\u5927\u5bb6\u5e26\u6765\u7684\u5185\u5bb9\u662f\u5173\u4e8e\u5fae\u4fe1\u5c0f\u7a0b\u5e8f\u591a\u5c42\u5d4c\u5957\u6e32\u67d3\u5217\u8868\u53ca\u6570\u636e\u83b7\u53d6\u7684\u4ee3\u7801\uff0c\u6709\u4e00\u5b9a\u7684\u53c2\u8003\u4ef7\u503c\uff0c\u6709\u9700\u8981\u7684\u670b\u53cb\u53ef\u4ee5\u53c2\u8003\u4e00\u4e0b\uff0c\u5e0c\u671b\u5bf9\u4f60\u6709\u6240\u5e2e\u52a9\u3002<\/p>\n<p>\u8d77\u56e0\uff1a\u610f\u56fe\u662f\u60f3\u5b9e\u73b0\u7c7b\u4f3c\u4e8e\u5b89\u5353viewpager\u90a3\u6837\u7684\u6548\u679c\uff0c\u60f3\u5230\u4e86\u7528\u5fae\u4fe1\u5c0f\u7a0b\u5e8f\u7684swiper\u7ec4\u4ef6\uff0c\u4f46\u5982\u679c\u6bcf\u4e2aswiper-item\u91cc\u90fd\u53ea\u7528\u4e00\u4e2awx:for\u6765\u6e32\u67d3\u6570\u636e\u7684\u8bdd\u5b9e\u5728\u662f\u592a\u6162\u4e86\uff0c\u5c31\u60f3\u5230\u591a\u5c42\u5d4c\u5957\u6570\u636e\u6e32\u67d3\u6765\u63d0\u9ad8\u6548\u7387\u3002<\/p>\n<p>\u76f4\u63a5\u4e0a\u4ee3\u7801<\/p>\n<p>wxml\uff1a<\/p>\n<pre>&lt;view wx:for=\"{{one}}\" wx:key=\"id\"&gt;\n  &lt;view&gt;----{{item.name}}----&lt;\/view&gt;\n  &lt;view wx:for=\"{{item.two}}\" wx:for-item=\"two\" wx:key=\"id\"&gt;\n\n    &lt;view&gt;----{{two.name}}----&lt;\/view&gt;\n  &lt;\/view&gt;\n  &lt;view wx:for=\"{{item.three}}\" wx:for-item=\"three\" wx:key=\"id\"&gt;\n    ----{{three.name}}----\n  &lt;\/view&gt;\n -------------------------------------------\n&lt;\/view&gt;<\/pre>\n<p>  \u767b\u5f55\u540e\u590d\u5236   <\/p>\n<p>js<\/p>\n<pre>    one: [{\n        id: 1,\n        name:'\u7b2c\u4e00\u5c42',\n        two: [{\n          'id': 11,\n          'name': '\u7b2c\u4e8c\u5c42\u7b2c\u4e00\u4e2a\u6570\u636e'\n        }, {\n          'id': 12,\n            'name': '\u7b2c\u4e8c\u5c42\u7b2c\u4e8c\u4e2a\u6570\u636e'\n        }],\n        three: [{\n          'name': '\u7b2c\u4e09\u5c42\u6570\u636e'\n        }]\n      },\n      {\n        id: 2,\n        name: '\u7b2c\u4e8c\u6b21\u6e32\u67d3\u7b2c\u4e00\u5c42',\n        two: [{\n          'id': 13,\n          'name': '\u7b2c\u4e8c\u5c42\u7b2c\u4e00\u4e2a\u6570\u636e2'\n        }, {\n          'id': 14,\n            'name': '\u7b2c\u4e8c\u5c42\u7b2c\u4e8c\u4e2a\u6570\u636e2'\n        }],\n        three: [{\n          'name': '\u7b2c\u4e09\u5c42\u6570\u636e'\n        }]\n      },\n      {\n        id: 3,\n        name: '\u7b2c\u4e09\u6b21\u6e32\u67d3\u7b2c\u4e00\u5c42',\n        two: [{\n          'id': 15,\n          'name': '\u7b2c\u4e8c\u5c42\u7b2c\u4e00\u4e2a\u6570\u636e3'\n        }, {\n          'id': 16,\n            'name': '\u7b2c\u4e8c\u5c42\u7b2c\u4e8c\u4e2a\u6570\u636e3'\n        }],\n        three: [{\n          'name': '\u7b2c\u4e09\u5c42\u6570\u636e'\n        }]\n      }\n    ]<\/pre>\n<p>  \u767b\u5f55\u540e\u590d\u5236   <\/p>\n<p>\u5b9e\u73b0\u6548\u679c\u56fe\uff1a<\/p>\n<p style=\"text-align: center\"><span><img decoding=\"async\" src=\"https:\/\/img.php.cn\/\/upload\/image\/421\/261\/856\/1540283438989393.jpg\" class=\"aligncenter\" title=\"\u5fae\u4fe1\u5c0f\u7a0b\u5e8f\u591a\u5c42\u5d4c\u5957\u6e32\u67d3\u5217\u8868\u53ca\u6570\u636e\u83b7\u53d6\u7684\u4ee3\u7801\u63d2\u56fe\" alt=\"\u5fae\u4fe1\u5c0f\u7a0b\u5e8f\u591a\u5c42\u5d4c\u5957\u6e32\u67d3\u5217\u8868\u53ca\u6570\u636e\u83b7\u53d6\u7684\u4ee3\u7801\u63d2\u56fe\" \/><\/span><\/p>\n<p>\u5982\u679c\u4f60\u60f3\u53d6\u5176\u4e2d\u4e00\u4e2a\u6570\u7ec4\u7684\u67d0\u4e2a\u5b57\u6bb5\u7684\u503c\uff0c\u53ef\u4ee5\u7528\u4ee5\u4e0b\u5199\u6cd5\uff1a<\/p>\n<pre>    var twodata = this.data.one[0].two\n    var text = twodata[1].name\n    console.log(text)<\/pre>\n<p>  \u767b\u5f55\u540e\u590d\u5236   <\/p>\n<p style=\"text-align: center\"><span><img decoding=\"async\" src=\"https:\/\/img.php.cn\/\/upload\/image\/332\/170\/142\/1540283443489787.jpg\" class=\"aligncenter\" title=\"\u5fae\u4fe1\u5c0f\u7a0b\u5e8f\u591a\u5c42\u5d4c\u5957\u6e32\u67d3\u5217\u8868\u53ca\u6570\u636e\u83b7\u53d6\u7684\u4ee3\u7801\u63d2\u56fe1\" alt=\"\u5fae\u4fe1\u5c0f\u7a0b\u5e8f\u591a\u5c42\u5d4c\u5957\u6e32\u67d3\u5217\u8868\u53ca\u6570\u636e\u83b7\u53d6\u7684\u4ee3\u7801\u63d2\u56fe1\" \/><br \/><\/span><\/p>\n<\/p>\n<p>\u4ee5\u4e0a\u5c31\u662f\u5fae\u4fe1\u5c0f\u7a0b\u5e8f\u591a\u5c42\u5d4c\u5957\u6e32\u67d3\u5217\u8868\u53ca\u6570\u636e\u83b7\u53d6\u7684\u4ee3\u7801\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>\u672c\u7bc7\u6587\u7ae0\u7ed9\u5927\u5bb6\u5e26\u6765\u7684\u5185\u5bb9\u662f\u5173\u4e8e\u5fae\u4fe1\u5c0f\u7a0b\u5e8f\u591a\u5c42\u5d4c\u5957\u6e32\u67d3\u5217\u8868\u53ca\u6570\u636e\u83b7\u53d6\u7684\u4ee3\u7801\uff0c\u6709\u4e00\u5b9a\u7684\u53c2\u8003\u4ef7\u503c\uff0c\u6709\u9700\u8981\u7684\u670b\u53cb\u53ef\u4ee5\u53c2\u8003\u4e00\u4e0b\uff0c\u5e0c\u671b\u5bf9\u4f60\u6709\u6240\u5e2e\u52a9\u3002 \u8d77\u56e0\uff1a\u610f\u56fe\u662f\u60f3\u5b9e\u73b0\u7c7b\u4f3c\u4e8e\u5b89\u5353viewpager\u90a3\u6837\u7684\u6548\u679c\uff0c\u60f3\u5230\u4e86\u7528\u5fae\u4fe1\u5c0f\u7a0b\u5e8f\u7684swiper\u7ec4\u4ef6\uff0c\u4f46\u5982\u679c\u6bcf\u4e2aswiper-item\u91cc\u90fd\u53ea\u7528\u4e00\u4e2awx:for\u6765\u6e32\u67d3\u6570\u636e\u7684\u8bdd\u5b9e\u5728\u662f\u592a\u6162\u4e86\uff0c\u5c31\u60f3\u5230\u591a\u5c42\u5d4c\u5957\u6570\u636e\u6e32\u67d3\u6765\u63d0\u9ad8\u6548\u7387\u3002 \u76f4\u63a5\u4e0a\u4ee3\u7801 wxml\uff1a &lt;view wx:for=&#8221;{{one}}&#8221; wx:key=&#8221;id&#8221;&gt; &lt;view&gt;&#8212;-{{item.name}}&#8212;-&lt;\/view&gt; &lt;view wx:for=&#8221;{{item.two}}&#8221; wx:for-item=&#8221;two&#8221; wx:key=&#8221;id&#8221;&gt; &lt;view&gt;&#8212;-{{two.name}}&#8212;-&lt;\/view&gt; &lt;\/view&gt; &lt;view wx:for=&#8221;{{item.three}}&#8221; wx:for-item=&#8221;three&#8221; wx:key=&#8221;id&#8221;&gt; &#8212;-{{three.name}}&#8212;- &lt;\/view&gt; &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;- &lt;\/view&gt; \u767b\u5f55\u540e\u590d\u5236 js one: [{ id: 1, name:&#8217;\u7b2c\u4e00\u5c42&#8217;, two: [{ &#8216;id&#8217;: 11, &#8216;name&#8217;: &#8216;\u7b2c\u4e8c\u5c42\u7b2c\u4e00\u4e2a\u6570\u636e&#8217; }, { &#8216;id&#8217;: 12, &#8216;name&#8217;: &#8216;\u7b2c\u4e8c\u5c42\u7b2c\u4e8c\u4e2a\u6570\u636e&#8217; }], three: [{ &#8216;name&#8217;: &#8216;\u7b2c\u4e09\u5c42\u6570\u636e&#8217; }] }, { id: 2, name: &#8216;\u7b2c\u4e8c\u6b21\u6e32\u67d3\u7b2c\u4e00\u5c42&#8217;, two: [{ [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[19],"tags":[],"class_list":["post-28489","post","type-post","status-publish","format-standard","hentry","category-19"],"_links":{"self":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts\/28489","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=28489"}],"version-history":[{"count":0,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts\/28489\/revisions"}],"wp:attachment":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/media?parent=28489"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/categories?post=28489"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/tags?post=28489"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}