{"id":31186,"date":"2024-11-25T17:32:35","date_gmt":"2024-11-25T09:32:35","guid":{"rendered":"https:\/\/fwq.ai\/blog\/31186\/"},"modified":"2024-11-25T17:32:35","modified_gmt":"2024-11-25T09:32:35","slug":"%e5%be%ae%e4%bf%a1%e5%b0%8f%e7%a8%8b%e5%ba%8fpage%e4%b8%addata%e6%95%b0%e6%8d%ae%e6%93%8d%e4%bd%9c%e5%92%8c%e5%87%bd%e6%95%b0%e8%b0%83%e7%94%a8%e8%af%a6%e8%a7%a3","status":"publish","type":"post","link":"https:\/\/fwq.ai\/blog\/31186\/","title":{"rendered":"\u5fae\u4fe1\u5c0f\u7a0b\u5e8fPage\u4e2ddata\u6570\u636e\u64cd\u4f5c\u548c\u51fd\u6570\u8c03\u7528\u8be6\u89e3"},"content":{"rendered":"<p>\u672c\u6587\u4e3b\u8981\u4ecb\u7ecd\u5fae\u4fe1\u5c0f\u7a0b\u5e8fpage\u4e2ddata\u6570\u636e\u64cd\u4f5c\u548c\u51fd\u6570\u8c03\u7528\u7684\u76f8\u5173\u8d44\u6599,\u5e0c\u671b\u901a\u8fc7\u672c\u6587\u80fd\u5e2e\u52a9\u5230\u5927\u5bb6\u638c\u63e1\u8fd9\u65b9\u6cd5\uff0c\u9700\u8981\u7684\u670b\u53cb\u53ef\u4ee5\u53c2\u8003\u4e0b\uff0c\u5e0c\u671b\u80fd\u5e2e\u52a9\u5230\u5927\u5bb6\u3002<\/p>\n<p>\u5fae\u4fe1\u5c0f\u7a0b\u5e8fPage\u4e2ddata\u6570\u636e\u83b7\u53d6\u548c\u8bbe\u7f6e<\/p>\n<p><strong>\u4e00\u3001Page\u4e2ddata\u6570\u636e\u7684\u83b7\u53d6\u548c\u8bbe\u7f6e\uff1a<\/strong><\/p>\n<p><strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1\u3001\u8bbe\u7f6edata\u6570\u636e this.setData(object)<\/strong><\/p>\n<p>setData() \u53c2\u6570\u683c\u5f0f\uff1a\u63a5\u53d7\u4e00\u4e2a\u5bf9\u8c61\uff0c\u4ee5 key\uff0cvalue \u7684\u5f62\u5f0f\u8868\u793a\u5c06&nbsp;this.data \u4e2d\u7684 key \u5bf9\u5e94\u7684\u503c\u6539\u53d8\u6210 value\u3002\u5176\u4e2d key \u53ef\u4ee5\u975e\u5e38\u7075\u6d3b\uff0c\u4ee5\u6570\u636e \u8def\u5f84\u7684\u5f62\u5f0f\u7ed9\u51fa\uff0c\u5982 array[2].message\uff0ca.b.c.d\uff0c\u5e76\u4e14\u4e0d\u9700\u8981\u5728&nbsp;this.data \u4e2d\u9884\u5148\u5b9a\u4e49\u3002&nbsp;<\/p>\n<pre>this.setData({&nbsp;\r\n;&nbsp;encryptionPage:&nbsp;'display:block',&nbsp;\r\n});<\/pre>\n<p> \u767b\u5f55\u540e\u590d\u5236 <\/p>\n<p><strong>2\u3001\u83b7\u53d6data\u6570\u636e this.data.object<\/strong><\/p>\n<pre>var&nbsp;text=this.data.text<\/pre>\n<p> \u767b\u5f55\u540e\u590d\u5236 <\/p>\n<pre>Page({&nbsp;\r\n&nbsp;data:&nbsp;{&nbsp;\r\n&nbsp;encryption:&nbsp;\"color:&nbsp;green;&nbsp;border-bottom-color:&nbsp;green;&nbsp;border-bottom-size:&nbsp;1px;&nbsp;border-bottom-style:&nbsp;solid;\",&nbsp;\r\n&nbsp;decryption:&nbsp;\"color:&nbsp;gray;&nbsp;border-bottom-color:&nbsp;#F5F5F5;&nbsp;border-bottom-size:&nbsp;1px;&nbsp;border-bottom-style:&nbsp;solid;\",&nbsp;\r\n&nbsp;encryptionPage:'display:block',&nbsp;\r\n&nbsp;decryptionPage:'display:none',&nbsp;\r\n&nbsp;originalText:'',&nbsp;\r\n&nbsp;encryptedText:'',&nbsp;\r\n&nbsp;originalTextDecode:'',&nbsp;\r\n&nbsp;encryptedTextDecode:'',&nbsp;\r\n&nbsp;encryptedPassword:'',&nbsp;\r\n&nbsp;decryptedPassword:'',&nbsp;\r\n},<\/pre>\n<p> \u767b\u5f55\u540e\u590d\u5236 <\/p>\n<pre>&nbsp;setEncryption:&nbsp;function(e){&nbsp;\r\n&nbsp;this.setData({&nbsp;\r\n&nbsp;encryptionPage:&nbsp;'display:block',&nbsp;\r\n&nbsp;decryptionPage:&nbsp;'display:none',&nbsp;\r\n&nbsp;encryption:&nbsp;\"color:&nbsp;green;&nbsp;border-bottom-color:&nbsp;green;&nbsp;border-bottom-size:&nbsp;1px;&nbsp;border-bottom-style:&nbsp;solid;\",&nbsp;\r\n&nbsp;decryption:&nbsp;\"color:&nbsp;gray;&nbsp;border-bottom-color:&nbsp;#F5F5F5;&nbsp;border-bottom-size:&nbsp;1px;&nbsp;border-bottom-style:&nbsp;solid;\",&nbsp;\r\n&nbsp;})&nbsp;\r\n&nbsp;},&nbsp;\r\n)}<\/pre>\n<p> \u767b\u5f55\u540e\u590d\u5236 <\/p>\n<p>\u76f8\u5173\u63a8\u8350:<\/p>\n<\/p>\n<p>\u4ee5\u4e0a\u5c31\u662f\u5fae\u4fe1\u5c0f\u7a0b\u5e8fPage\u4e2ddata\u6570\u636e\u64cd\u4f5c\u548c\u51fd\u6570\u8c03\u7528\u8be6\u89e3\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\u6587\u4e3b\u8981\u4ecb\u7ecd\u5fae\u4fe1\u5c0f\u7a0b\u5e8fpage\u4e2ddata\u6570\u636e\u64cd\u4f5c\u548c\u51fd\u6570\u8c03\u7528\u7684\u76f8\u5173\u8d44\u6599,\u5e0c\u671b\u901a\u8fc7\u672c\u6587\u80fd\u5e2e\u52a9\u5230\u5927\u5bb6\u638c\u63e1\u8fd9\u65b9\u6cd5\uff0c\u9700\u8981\u7684\u670b\u53cb\u53ef\u4ee5\u53c2\u8003\u4e0b\uff0c\u5e0c\u671b\u80fd\u5e2e\u52a9\u5230\u5927\u5bb6\u3002 \u5fae\u4fe1\u5c0f\u7a0b\u5e8fPage\u4e2ddata\u6570\u636e\u83b7\u53d6\u548c\u8bbe\u7f6e \u4e00\u3001Page\u4e2ddata\u6570\u636e\u7684\u83b7\u53d6\u548c\u8bbe\u7f6e\uff1a &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1\u3001\u8bbe\u7f6edata\u6570\u636e this.setData(object) setData() \u53c2\u6570\u683c\u5f0f\uff1a\u63a5\u53d7\u4e00\u4e2a\u5bf9\u8c61\uff0c\u4ee5 key\uff0cvalue \u7684\u5f62\u5f0f\u8868\u793a\u5c06&nbsp;this.data \u4e2d\u7684 key \u5bf9\u5e94\u7684\u503c\u6539\u53d8\u6210 value\u3002\u5176\u4e2d key \u53ef\u4ee5\u975e\u5e38\u7075\u6d3b\uff0c\u4ee5\u6570\u636e \u8def\u5f84\u7684\u5f62\u5f0f\u7ed9\u51fa\uff0c\u5982 array[2].message\uff0ca.b.c.d\uff0c\u5e76\u4e14\u4e0d\u9700\u8981\u5728&nbsp;this.data \u4e2d\u9884\u5148\u5b9a\u4e49\u3002&nbsp; this.setData({&nbsp; ;&nbsp;encryptionPage:&nbsp;&#8216;display:block&#8217;,&nbsp; }); \u767b\u5f55\u540e\u590d\u5236 2\u3001\u83b7\u53d6data\u6570\u636e this.data.object var&nbsp;text=this.data.text \u767b\u5f55\u540e\u590d\u5236 Page({&nbsp; &nbsp;data:&nbsp;{&nbsp; &nbsp;encryption:&nbsp;&#8220;color:&nbsp;green;&nbsp;border-bottom-color:&nbsp;green;&nbsp;border-bottom-size:&nbsp;1px;&nbsp;border-bottom-style:&nbsp;solid;&#8221;,&nbsp; &nbsp;decryption:&nbsp;&#8220;color:&nbsp;gray;&nbsp;border-bottom-color:&nbsp;#F5F5F5;&nbsp;border-bottom-size:&nbsp;1px;&nbsp;border-bottom-style:&nbsp;solid;&#8221;,&nbsp; &nbsp;encryptionPage:&#8217;display:block&#8217;,&nbsp; &nbsp;decryptionPage:&#8217;display:none&#8217;,&nbsp; &nbsp;originalText:&#8221;,&nbsp; &nbsp;encryptedText:&#8221;,&nbsp; &nbsp;originalTextDecode:&#8221;,&nbsp; &nbsp;encryptedTextDecode:&#8221;,&nbsp; &nbsp;encryptedPassword:&#8221;,&nbsp; &nbsp;decryptedPassword:&#8221;,&nbsp; }, \u767b\u5f55\u540e\u590d\u5236 &nbsp;setEncryption:&nbsp;function(e){&nbsp; &nbsp;this.setData({&nbsp; &nbsp;encryptionPage:&nbsp;&#8216;display:block&#8217;,&nbsp; &nbsp;decryptionPage:&nbsp;&#8216;display:none&#8217;,&nbsp; &nbsp;encryption:&nbsp;&#8220;color:&nbsp;green;&nbsp;border-bottom-color:&nbsp;green;&nbsp;border-bottom-size:&nbsp;1px;&nbsp;border-bottom-style:&nbsp;solid;&#8221;,&nbsp; &nbsp;decryption:&nbsp;&#8220;color:&nbsp;gray;&nbsp;border-bottom-color:&nbsp;#F5F5F5;&nbsp;border-bottom-size:&nbsp;1px;&nbsp;border-bottom-style:&nbsp;solid;&#8221;,&nbsp; &nbsp;})&nbsp; &nbsp;},&nbsp; )} \u767b\u5f55\u540e\u590d\u5236 \u76f8\u5173\u63a8\u8350: \u4ee5\u4e0a\u5c31\u662f\u5fae\u4fe1\u5c0f\u7a0b\u5e8fPage\u4e2ddata\u6570\u636e\u64cd\u4f5c\u548c\u51fd\u6570\u8c03\u7528\u8be6\u89e3\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-31186","post","type-post","status-publish","format-standard","hentry","category-19"],"_links":{"self":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts\/31186","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=31186"}],"version-history":[{"count":0,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts\/31186\/revisions"}],"wp:attachment":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/media?parent=31186"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/categories?post=31186"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/tags?post=31186"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}