{"id":31242,"date":"2024-11-25T10:27:24","date_gmt":"2024-11-25T02:27:24","guid":{"rendered":"https:\/\/fwq.ai\/blog\/31242\/"},"modified":"2024-11-25T10:27:24","modified_gmt":"2024-11-25T02:27:24","slug":"%e5%be%ae%e4%bf%a1%e5%b0%8f%e7%a8%8b%e5%ba%8f%e6%bb%9a%e5%8a%a8%e6%b6%88%e6%81%af%e9%80%9a%e7%9f%a5%e5%ae%9e%e7%8e%b0%e4%bb%a3%e7%a0%81","status":"publish","type":"post","link":"https:\/\/fwq.ai\/blog\/31242\/","title":{"rendered":"\u5fae\u4fe1\u5c0f\u7a0b\u5e8f\u6eda\u52a8\u6d88\u606f\u901a\u77e5\u5b9e\u73b0\u4ee3\u7801"},"content":{"rendered":"<p>\u6211\u4eec\u8d70\u5728\u5927\u8857\u4e0a\uff0c\u4f1a\u7ecf\u5e38\u770b\u5230\u8bb8\u591a\u5e97\u5bb6\u95e8\u4e0a\u6709\u6eda\u52a8\u7684\u6d88\u606f\u901a\u77e5\uff0c\u672c\u6587\u4e3b\u8981\u4e3a\u5927\u5bb6\u8be6\u7ec6\u4ecb\u7ecd\u4e86\u5fae\u4fe1\u5c0f\u7a0b\u5e8f\u5b9e\u73b0\u6eda\u52a8\u6d88\u606f\u901a\u77e5\uff0c\u5177\u6709\u4e00\u5b9a\u7684\u53c2\u8003\u4ef7\u503c\uff0c\u611f\u5174\u8da3\u7684\u5c0f\u4f19\u4f34\u4eec\u53ef\u4ee5\u53c2\u8003\u4e00\u4e0b\uff0c\u5e0c\u671b\u80fd\u5e2e\u52a9\u5230\u5927\u5bb6\u3002<\/p>\n<p>\u6548\u679c\u56fe\uff1a<\/p>\n<p style=\"text-align: center\"><img decoding=\"async\" src=\"https:\/\/img.php.cn\/upload\/article\/000\/054\/025\/8c3a4aa8ed66b6f247148201aef17596-0.gif\" class=\"aligncenter\" title=\"\u5fae\u4fe1\u5c0f\u7a0b\u5e8f\u6eda\u52a8\u6d88\u606f\u901a\u77e5\u5b9e\u73b0\u4ee3\u7801\u63d2\u56fe\" alt=\"\u5fae\u4fe1\u5c0f\u7a0b\u5e8f\u6eda\u52a8\u6d88\u606f\u901a\u77e5\u5b9e\u73b0\u4ee3\u7801\u63d2\u56fe\" \/><\/p>\n<p>index.wxml<\/p>\n<p><\/p>\n<pre>&lt;!--index.wxml--&gt;\r\n&lt;swiper&gt;\r\n&nbsp;&lt;block&gt;\r\n&nbsp;&lt;navigator&gt;\r\n&nbsp;&nbsp;&lt;swiper-item&gt;\r\n&nbsp;&nbsp;&lt;view&gt;{{item.title}}&lt;\/view&gt;\r\n&nbsp;&nbsp;&lt;\/swiper-item&gt;\r\n&nbsp;&lt;\/navigator&gt;\r\n&nbsp;&lt;\/block&gt;&lt;\/swiper&gt;<\/pre>\n<p> \u767b\u5f55\u540e\u590d\u5236 <\/p>\n<p>index.js<\/p>\n<p><\/p>\n<pre>\/\/index.js\r\n\/\/\u83b7\u53d6\u5e94\u7528\u5b9e\u4f8b\r\nvar&nbsp;app&nbsp;=&nbsp;getApp()\r\nPage({\r\n&nbsp;data:&nbsp;{\r\n&nbsp;},\r\n&nbsp;onLoad(e)&nbsp;{\r\n&nbsp;console.log(e.title)\r\n&nbsp;this.setData({\r\n&nbsp;&nbsp;msgList:&nbsp;[\r\n&nbsp;&nbsp;{&nbsp;url:&nbsp;\"url\",&nbsp;title:&nbsp;\"\u591a\u5730\u9996\u5957\u623f\u8d37\u5229\u7387\u4e0a\u6d6e&nbsp;\u70ed\u70b9\u57ce\u5e02\u6e10\u8fce\u96f6\u6298\u6263\u65f6\u4ee3\"&nbsp;},\r\n&nbsp;&nbsp;{&nbsp;url:&nbsp;\"url\",&nbsp;title:&nbsp;\"\u4ea4\u4e8620\u591a\u5e74\u7684\u56fd\u5185\u6f2b\u6e38\u8d39\u5c06\u53d6\u6d88&nbsp;\u4f60\u80fd\u7701\u591a\u5c11\u8bdd\u8d39\uff1f\"&nbsp;},\r\n&nbsp;&nbsp;{&nbsp;url:&nbsp;\"url\",&nbsp;title:&nbsp;\"\u5317\u5927\u6559\u5de5\u5408\u5531\u56e2\u51fa\u56fd\u6f14\u51fa\u9047\u5c34\u5c2c:\u88ab\u8981\u6c42\u7ed9\u4ed6\u4eba\u4f34\u5531\"&nbsp;}]\r\n&nbsp;});\r\n&nbsp;}\r\n})<\/pre>\n<p> \u767b\u5f55\u540e\u590d\u5236 <\/p>\n<p>index.wxss<\/p>\n<p><\/p>\n<pre>\/**index.wxss**\/\r\n\r\n.swiper_container&nbsp;{\r\n&nbsp;background-color:&nbsp;red;\r\n&nbsp;height:&nbsp;50rpx;\r\n&nbsp;width:&nbsp;80vw;\r\n}\r\n\r\n.swiper_item&nbsp;{\r\n&nbsp;font-size:&nbsp;30rpx;\r\n&nbsp;overflow:&nbsp;hidden;\r\n&nbsp;text-overflow:&nbsp;ellipsis;\r\n&nbsp;white-space:&nbsp;nowrap;\r\n}<\/pre>\n<p> \u767b\u5f55\u540e\u590d\u5236 <\/p>\n<p>\u76f8\u5173\u63a8\u8350\uff1a<\/p>\n<\/p>\n<p><\/p>\n<p>\u4ee5\u4e0a\u5c31\u662f\u5fae\u4fe1\u5c0f\u7a0b\u5e8f\u6eda\u52a8\u6d88\u606f\u901a\u77e5\u5b9e\u73b0\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>\u6211\u4eec\u8d70\u5728\u5927\u8857\u4e0a\uff0c\u4f1a\u7ecf\u5e38\u770b\u5230\u8bb8\u591a\u5e97\u5bb6\u95e8\u4e0a\u6709\u6eda\u52a8\u7684\u6d88\u606f\u901a\u77e5\uff0c\u672c\u6587\u4e3b\u8981\u4e3a\u5927\u5bb6\u8be6\u7ec6\u4ecb\u7ecd\u4e86\u5fae\u4fe1\u5c0f\u7a0b\u5e8f\u5b9e\u73b0\u6eda\u52a8\u6d88\u606f\u901a\u77e5\uff0c\u5177\u6709\u4e00\u5b9a\u7684\u53c2\u8003\u4ef7\u503c\uff0c\u611f\u5174\u8da3\u7684\u5c0f\u4f19\u4f34\u4eec\u53ef\u4ee5\u53c2\u8003\u4e00\u4e0b\uff0c\u5e0c\u671b\u80fd\u5e2e\u52a9\u5230\u5927\u5bb6\u3002 \u6548\u679c\u56fe\uff1a index.wxml &lt;!&#8211;index.wxml&#8211;&gt; &lt;swiper&gt; &nbsp;&lt;block&gt; &nbsp;&lt;navigator&gt; &nbsp;&nbsp;&lt;swiper-item&gt; &nbsp;&nbsp;&lt;view&gt;{{item.title}}&lt;\/view&gt; &nbsp;&nbsp;&lt;\/swiper-item&gt; &nbsp;&lt;\/navigator&gt; &nbsp;&lt;\/block&gt;&lt;\/swiper&gt; \u767b\u5f55\u540e\u590d\u5236 index.js \/\/index.js \/\/\u83b7\u53d6\u5e94\u7528\u5b9e\u4f8b var&nbsp;app&nbsp;=&nbsp;getApp() Page({ &nbsp;data:&nbsp;{ &nbsp;}, &nbsp;onLoad(e)&nbsp;{ &nbsp;console.log(e.title) &nbsp;this.setData({ &nbsp;&nbsp;msgList:&nbsp;[ &nbsp;&nbsp;{&nbsp;url:&nbsp;&#8220;url&#8221;,&nbsp;title:&nbsp;&#8220;\u591a\u5730\u9996\u5957\u623f\u8d37\u5229\u7387\u4e0a\u6d6e&nbsp;\u70ed\u70b9\u57ce\u5e02\u6e10\u8fce\u96f6\u6298\u6263\u65f6\u4ee3&#8221;&nbsp;}, &nbsp;&nbsp;{&nbsp;url:&nbsp;&#8220;url&#8221;,&nbsp;title:&nbsp;&#8220;\u4ea4\u4e8620\u591a\u5e74\u7684\u56fd\u5185\u6f2b\u6e38\u8d39\u5c06\u53d6\u6d88&nbsp;\u4f60\u80fd\u7701\u591a\u5c11\u8bdd\u8d39\uff1f&#8221;&nbsp;}, &nbsp;&nbsp;{&nbsp;url:&nbsp;&#8220;url&#8221;,&nbsp;title:&nbsp;&#8220;\u5317\u5927\u6559\u5de5\u5408\u5531\u56e2\u51fa\u56fd\u6f14\u51fa\u9047\u5c34\u5c2c:\u88ab\u8981\u6c42\u7ed9\u4ed6\u4eba\u4f34\u5531&#8221;&nbsp;}] &nbsp;}); &nbsp;} }) \u767b\u5f55\u540e\u590d\u5236 index.wxss \/**index.wxss**\/ .swiper_container&nbsp;{ &nbsp;background-color:&nbsp;red; &nbsp;height:&nbsp;50rpx; &nbsp;width:&nbsp;80vw; } .swiper_item&nbsp;{ &nbsp;font-size:&nbsp;30rpx; &nbsp;overflow:&nbsp;hidden; &nbsp;text-overflow:&nbsp;ellipsis; &nbsp;white-space:&nbsp;nowrap; } \u767b\u5f55\u540e\u590d\u5236 \u76f8\u5173\u63a8\u8350\uff1a \u4ee5\u4e0a\u5c31\u662f\u5fae\u4fe1\u5c0f\u7a0b\u5e8f\u6eda\u52a8\u6d88\u606f\u901a\u77e5\u5b9e\u73b0\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},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[19],"tags":[],"class_list":["post-31242","post","type-post","status-publish","format-standard","hentry","category-19"],"_links":{"self":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts\/31242","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=31242"}],"version-history":[{"count":0,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts\/31242\/revisions"}],"wp:attachment":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/media?parent=31242"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/categories?post=31242"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/tags?post=31242"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}