{"id":28686,"date":"2024-11-25T08:37:33","date_gmt":"2024-11-25T00:37:33","guid":{"rendered":"https:\/\/fwq.ai\/blog\/28686\/"},"modified":"2024-11-25T08:37:33","modified_gmt":"2024-11-25T00:37:33","slug":"%e5%be%ae%e4%bf%a1%e5%b0%8f%e7%a8%8b%e5%ba%8fswitch%e7%bb%84%e4%bb%b6%e8%af%a6%e7%bb%86%e4%bb%8b%e7%bb%8d","status":"publish","type":"post","link":"https:\/\/fwq.ai\/blog\/28686\/","title":{"rendered":"\u5fae\u4fe1\u5c0f\u7a0b\u5e8fswitch\u7ec4\u4ef6\u8be6\u7ec6\u4ecb\u7ecd"},"content":{"rendered":"<p>\u8fd9\u7bc7\u6587\u7ae0\u4e3b\u8981\u4ecb\u7ecd\u4e86\u5fae\u4fe1\u5c0f\u7a0b\u5e8fswitch\u7ec4\u4ef6\u8be6\u7ec6\u4ecb\u7ecd\u7684\u76f8\u5173\u8d44\u6599,\u9700\u8981\u7684\u670b\u53cb\u53ef\u4ee5\u53c2\u8003\u4e0b<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/img.php.cn\/upload\/article\/000\/000\/013\/e5c7323d7297826ce7ce2eaf99997e3d-0.gif\" style=\"max-width:90%\" class=\"aligncenter\" title=\"\u5fae\u4fe1\u5c0f\u7a0b\u5e8fswitch\u7ec4\u4ef6\u8be6\u7ec6\u4ecb\u7ecd\u63d2\u56fe\" alt=\"\u5fae\u4fe1\u5c0f\u7a0b\u5e8fswitch\u7ec4\u4ef6\u8be6\u7ec6\u4ecb\u7ecd\u63d2\u56fe\" \/><\/p>\n<p><strong>switch\u5f00\u5173\u7ec4\u4ef6\u4f7f\u7528\u4e3b\u8981\u5c5e\u6027\uff1a<\/strong><\/p>\n<p><img decoding=\"async\" src=\"https:\/\/img.php.cn\/upload\/article\/000\/000\/013\/e5c7323d7297826ce7ce2eaf99997e3d-1.png\" style=\"max-width:90%\" class=\"aligncenter\" title=\"\u5fae\u4fe1\u5c0f\u7a0b\u5e8fswitch\u7ec4\u4ef6\u8be6\u7ec6\u4ecb\u7ecd\u63d2\u56fe1\" alt=\"\u5fae\u4fe1\u5c0f\u7a0b\u5e8fswitch\u7ec4\u4ef6\u8be6\u7ec6\u4ecb\u7ecd\u63d2\u56fe1\" \/><\/p>\n<p><span style=\"color: #0000ff\">wxml<\/span><\/p>\n<\/p>\n<pre>&lt;!--switch\u7c7b\u578b\u5f00\u5173--&gt;\r\n&lt;view&gt;switch\u7c7b\u578b\u5f00\u5173&lt;\/view&gt;&lt;switch&gt;&lt;\/switch&gt;&lt;!--checkbox\u7c7b\u578b\u5f00\u5173--&gt;&lt;view&gt;checkbox\u7c7b\u578b\u5f00\u5173&lt;\/view&gt;&lt;switch&gt;&lt;\/switch&gt;<\/pre>\n<p>  \u767b\u5f55\u540e\u590d\u5236   <\/p>\n<p><span style=\"color: #0000ff\">js<\/span><\/p>\n<\/p>\n<pre>Page({\r\n&nbsp;data:{\r\n&nbsp;\/\/&nbsp;text:\"\u8fd9\u662f\u4e00\u4e2a\u9875\u9762\"\r\n&nbsp;},\r\n\r\n&nbsp;\/**\r\n&nbsp;*&nbsp;switch\u5f00\u5173\u76d1\u542c\r\n&nbsp;*\/\r\n&nbsp;listenerSwitch:&nbsp;function(e)&nbsp;{\r\n&nbsp;console.log('switch\u7c7b\u578b\u5f00\u5173\u5f53\u524d\u72b6\u6001-----',&nbsp;e.detail.value);\r\n\r\n&nbsp;},\r\n&nbsp;\/**\r\n&nbsp;*&nbsp;checkbox\u7c7b\u578b\u5f00\u5173\u76d1\u542c\r\n&nbsp;*\/\r\n&nbsp;listenerCheckboxSwitch:&nbsp;function(e)&nbsp;{\r\n&nbsp;console.log('checkbox\u7c7b\u578b\u5f00\u5173\u5f53\u524d\u72b6\u6001-----',&nbsp;e.detail.value)\r\n&nbsp;},\r\n&nbsp;onLoad:function(options){\r\n&nbsp;\/\/&nbsp;\u9875\u9762\u521d\u59cb\u5316&nbsp;options\u4e3a\u9875\u9762\u8df3\u8f6c\u6240\u5e26\u6765\u7684\u53c2\u6570\r\n&nbsp;},\r\n&nbsp;onReady:function(){\r\n&nbsp;\/\/&nbsp;\u9875\u9762\u6e32\u67d3\u5b8c\u6210\r\n&nbsp;},\r\n&nbsp;onShow:function(){\r\n&nbsp;\/\/&nbsp;\u9875\u9762\u663e\u793a\r\n&nbsp;},\r\n&nbsp;onHide:function(){\r\n&nbsp;\/\/&nbsp;\u9875\u9762\u9690\u85cf\r\n&nbsp;},\r\n&nbsp;onUnload:function(){\r\n&nbsp;\/\/&nbsp;\u9875\u9762\u5173\u95ed\r\n&nbsp;}\r\n})<\/pre>\n<p>  \u767b\u5f55\u540e\u590d\u5236   <\/p>\n<p>\u66f4\u591a\u5fae\u4fe1\u5c0f\u7a0b\u5e8fswitch\u7ec4\u4ef6\u8be6\u7ec6\u4ecb\u7ecd\u76f8\u5173\u6587\u7ae0\u8bf7\u5173\u6ce8PHP\u4e2d\u6587\u7f51\uff01<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u8fd9\u7bc7\u6587\u7ae0\u4e3b\u8981\u4ecb\u7ecd\u4e86\u5fae\u4fe1\u5c0f\u7a0b\u5e8fswitch\u7ec4\u4ef6\u8be6\u7ec6\u4ecb\u7ecd\u7684\u76f8\u5173\u8d44\u6599,\u9700\u8981\u7684\u670b\u53cb\u53ef\u4ee5\u53c2\u8003\u4e0b switch\u5f00\u5173\u7ec4\u4ef6\u4f7f\u7528\u4e3b\u8981\u5c5e\u6027\uff1a wxml &lt;!&#8211;switch\u7c7b\u578b\u5f00\u5173&#8211;&gt; &lt;view&gt;switch\u7c7b\u578b\u5f00\u5173&lt;\/view&gt;&lt;switch&gt;&lt;\/switch&gt;&lt;!&#8211;checkbox\u7c7b\u578b\u5f00\u5173&#8211;&gt;&lt;view&gt;checkbox\u7c7b\u578b\u5f00\u5173&lt;\/view&gt;&lt;switch&gt;&lt;\/switch&gt; \u767b\u5f55\u540e\u590d\u5236 js Page({ &nbsp;data:{ &nbsp;\/\/&nbsp;text:&#8221;\u8fd9\u662f\u4e00\u4e2a\u9875\u9762&#8221; &nbsp;}, &nbsp;\/** &nbsp;*&nbsp;switch\u5f00\u5173\u76d1\u542c &nbsp;*\/ &nbsp;listenerSwitch:&nbsp;function(e)&nbsp;{ &nbsp;console.log(&#8216;switch\u7c7b\u578b\u5f00\u5173\u5f53\u524d\u72b6\u6001&#8212;&#8211;&#8216;,&nbsp;e.detail.value); &nbsp;}, &nbsp;\/** &nbsp;*&nbsp;checkbox\u7c7b\u578b\u5f00\u5173\u76d1\u542c &nbsp;*\/ &nbsp;listenerCheckboxSwitch:&nbsp;function(e)&nbsp;{ &nbsp;console.log(&#8216;checkbox\u7c7b\u578b\u5f00\u5173\u5f53\u524d\u72b6\u6001&#8212;&#8211;&#8216;,&nbsp;e.detail.value) &nbsp;}, &nbsp;onLoad:function(options){ &nbsp;\/\/&nbsp;\u9875\u9762\u521d\u59cb\u5316&nbsp;options\u4e3a\u9875\u9762\u8df3\u8f6c\u6240\u5e26\u6765\u7684\u53c2\u6570 &nbsp;}, &nbsp;onReady:function(){ &nbsp;\/\/&nbsp;\u9875\u9762\u6e32\u67d3\u5b8c\u6210 &nbsp;}, &nbsp;onShow:function(){ &nbsp;\/\/&nbsp;\u9875\u9762\u663e\u793a &nbsp;}, &nbsp;onHide:function(){ &nbsp;\/\/&nbsp;\u9875\u9762\u9690\u85cf &nbsp;}, &nbsp;onUnload:function(){ &nbsp;\/\/&nbsp;\u9875\u9762\u5173\u95ed &nbsp;} }) \u767b\u5f55\u540e\u590d\u5236 \u66f4\u591a\u5fae\u4fe1\u5c0f\u7a0b\u5e8fswitch\u7ec4\u4ef6\u8be6\u7ec6\u4ecb\u7ecd\u76f8\u5173\u6587\u7ae0\u8bf7\u5173\u6ce8PHP\u4e2d\u6587\u7f51\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-28686","post","type-post","status-publish","format-standard","hentry","category-19"],"_links":{"self":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts\/28686","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=28686"}],"version-history":[{"count":0,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts\/28686\/revisions"}],"wp:attachment":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/media?parent=28686"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/categories?post=28686"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/tags?post=28686"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}