{"id":29264,"date":"2024-11-25T08:44:50","date_gmt":"2024-11-25T00:44:50","guid":{"rendered":"https:\/\/fwq.ai\/blog\/29264\/"},"modified":"2024-11-25T08:44:50","modified_gmt":"2024-11-25T00:44:50","slug":"%e5%9c%a8%e5%b0%8f%e7%a8%8b%e5%ba%8f%e4%b8%ad%e5%ae%9e%e7%8e%b0%e5%80%92%e8%ae%a1%e6%97%b6%e6%95%88%e6%9e%9c%e7%a4%ba%e4%be%8b%e4%bb%a3%e7%a0%81","status":"publish","type":"post","link":"https:\/\/fwq.ai\/blog\/29264\/","title":{"rendered":"\u5728\u5c0f\u7a0b\u5e8f\u4e2d\u5b9e\u73b0\u5012\u8ba1\u65f6\u6548\u679c\u793a\u4f8b\u4ee3\u7801"},"content":{"rendered":"<p>\u901a\u8fc7\u7b80\u5355\u7684\u5012\u8ba1\u65f6\u529f\u80fd\uff0c\u6765\u6d4b\u8bd5\u5c0f\u7a0b\u5e8f\u5f00\u53d1\u5e73\u53f0\u4e2d\u7684\u9875\u9762\u53cajs\u4ee3\u7801\u76f4\u63a5\u7684\u5173\u7cfb\u3002<br \/>\u8981\u5b9e\u73b0\u7684\u529f\u80fd\u5982\u4e0b<br \/>1\uff0c\u4ece60\u52300\u7684\u5012\u8ba1\u65f6\u6548\u679c<br \/>2\uff0c\u5012\u8ba1\u65f6\u5b8c\u6bd5\u540e\u4f1a\u6709\u63d0\u793a<\/p>\n<p>\u6548\u679c\u5982\u4e0b\uff1a<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/img.php.cn\/\/upload\/image\/727\/281\/185\/1490173023550418.gif\" style=\"max-width:90%\" class=\"aligncenter\" title=\"\u5728\u5c0f\u7a0b\u5e8f\u4e2d\u5b9e\u73b0\u5012\u8ba1\u65f6\u6548\u679c\u793a\u4f8b\u4ee3\u7801\u63d2\u56fe\" alt=\"\u5728\u5c0f\u7a0b\u5e8f\u4e2d\u5b9e\u73b0\u5012\u8ba1\u65f6\u6548\u679c\u793a\u4f8b\u4ee3\u7801\u63d2\u56fe\" \/><\/p>\n<p><img decoding=\"async\" src=\"https:\/\/img.php.cn\/\/upload\/image\/949\/637\/182\/1490173035384861.png\" style=\"max-width:90%\" class=\"aligncenter\" title=\"\u5728\u5c0f\u7a0b\u5e8f\u4e2d\u5b9e\u73b0\u5012\u8ba1\u65f6\u6548\u679c\u793a\u4f8b\u4ee3\u7801\u63d2\u56fe1\" alt=\"\u5728\u5c0f\u7a0b\u5e8f\u4e2d\u5b9e\u73b0\u5012\u8ba1\u65f6\u6548\u679c\u793a\u4f8b\u4ee3\u7801\u63d2\u56fe1\" \/><\/p>\n<p>\u5176\u5b9e\u5b9e\u73b0\u4ee3\u7801\u5f88\u7b80\u5355<\/p>\n<pre>&lt;!--index.wxml--&gt;&nbsp;\r\n&lt;view&gt;&nbsp;&nbsp;\r\n&nbsp;&lt;text&gt;\u5012\u8ba1\u65f6:&nbsp;{{second}}&nbsp;&lt;\/text&gt;&nbsp;&nbsp;\r\n&lt;\/view&gt;<\/pre>\n<p>  \u767b\u5f55\u540e\u590d\u5236   <\/p>\n<p>\u4e0b\u9762\u662f\u76f8\u5bf9\u5e94\u5f97js\u5904\u7406<\/p>\n<pre>\/\/index.js&nbsp;&nbsp;\r\n\/\/&nbsp;\u4ece\u4ece60\u5230\u52300\u5012\u8ba1\u65f6&nbsp;&nbsp;\r\nfunction&nbsp;countdown(that)&nbsp;{&nbsp;&nbsp;\r\n&nbsp;var&nbsp;second&nbsp;=&nbsp;that.data.second&nbsp;&nbsp;\r\n&nbsp;if&nbsp;(second&nbsp;==&nbsp;0)&nbsp;{&nbsp;&nbsp;\r\n&nbsp;&nbsp;that.setData({&nbsp;&nbsp;\r\n&nbsp;&nbsp;&nbsp;second:&nbsp;\"60\u79d2\u5012\u8ba1\u65f6\u7ed3\u675f\"&nbsp;\r\n&nbsp;&nbsp;});&nbsp;&nbsp;\r\n&nbsp;&nbsp;return&nbsp;;&nbsp;&nbsp;\r\n&nbsp;}&nbsp;&nbsp;\r\n&nbsp;var&nbsp;time&nbsp;=&nbsp;setTimeout(function(){&nbsp;&nbsp;\r\n&nbsp;&nbsp;that.setData({&nbsp;&nbsp;\r\n&nbsp;&nbsp;&nbsp;second:&nbsp;second&nbsp;-&nbsp;1&nbsp;&nbsp;\r\n&nbsp;&nbsp;});&nbsp;&nbsp;\r\n&nbsp;&nbsp;countdown(that);&nbsp;&nbsp;\r\n&nbsp;}&nbsp;&nbsp;\r\n&nbsp;,1000)&nbsp;&nbsp;\r\n}&nbsp;&nbsp;\r\n&nbsp;&nbsp;&nbsp;&nbsp;\r\nPage({&nbsp;&nbsp;\r\n&nbsp;&nbsp;data:&nbsp;{&nbsp;&nbsp;\r\n&nbsp;&nbsp;&nbsp;&nbsp;second:&nbsp;60&nbsp;&nbsp;\r\n&nbsp;&nbsp;},&nbsp;&nbsp;\r\n&nbsp;&nbsp;onLoad:&nbsp;function()&nbsp;{&nbsp;&nbsp;\r\n&nbsp;&nbsp;&nbsp;&nbsp;countdown(this);&nbsp;&nbsp;\r\n&nbsp;&nbsp;}<\/pre>\n<p>  \u767b\u5f55\u540e\u590d\u5236   <\/p>\n<p>\u4ee5\u4e0a\u5c31\u662f\u5728\u5c0f\u7a0b\u5e8f\u4e2d\u5b9e\u73b0\u5012\u8ba1\u65f6\u6548\u679c\u793a\u4f8b\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>\u901a\u8fc7\u7b80\u5355\u7684\u5012\u8ba1\u65f6\u529f\u80fd\uff0c\u6765\u6d4b\u8bd5\u5c0f\u7a0b\u5e8f\u5f00\u53d1\u5e73\u53f0\u4e2d\u7684\u9875\u9762\u53cajs\u4ee3\u7801\u76f4\u63a5\u7684\u5173\u7cfb\u3002\u8981\u5b9e\u73b0\u7684\u529f\u80fd\u5982\u4e0b1\uff0c\u4ece60\u52300\u7684\u5012\u8ba1\u65f6\u6548\u679c2\uff0c\u5012\u8ba1\u65f6\u5b8c\u6bd5\u540e\u4f1a\u6709\u63d0\u793a \u6548\u679c\u5982\u4e0b\uff1a \u5176\u5b9e\u5b9e\u73b0\u4ee3\u7801\u5f88\u7b80\u5355 &lt;!&#8211;index.wxml&#8211;&gt;&nbsp; &lt;view&gt;&nbsp;&nbsp; &nbsp;&lt;text&gt;\u5012\u8ba1\u65f6:&nbsp;{{second}}&nbsp;&lt;\/text&gt;&nbsp;&nbsp; &lt;\/view&gt; \u767b\u5f55\u540e\u590d\u5236 \u4e0b\u9762\u662f\u76f8\u5bf9\u5e94\u5f97js\u5904\u7406 \/\/index.js&nbsp;&nbsp; \/\/&nbsp;\u4ece\u4ece60\u5230\u52300\u5012\u8ba1\u65f6&nbsp;&nbsp; function&nbsp;countdown(that)&nbsp;{&nbsp;&nbsp; &nbsp;var&nbsp;second&nbsp;=&nbsp;that.data.second&nbsp;&nbsp; &nbsp;if&nbsp;(second&nbsp;==&nbsp;0)&nbsp;{&nbsp;&nbsp; &nbsp;&nbsp;that.setData({&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;second:&nbsp;&#8220;60\u79d2\u5012\u8ba1\u65f6\u7ed3\u675f&#8221;&nbsp; &nbsp;&nbsp;});&nbsp;&nbsp; &nbsp;&nbsp;return&nbsp;;&nbsp;&nbsp; &nbsp;}&nbsp;&nbsp; &nbsp;var&nbsp;time&nbsp;=&nbsp;setTimeout(function(){&nbsp;&nbsp; &nbsp;&nbsp;that.setData({&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;second:&nbsp;second&nbsp;&#8211;&nbsp;1&nbsp;&nbsp; &nbsp;&nbsp;});&nbsp;&nbsp; &nbsp;&nbsp;countdown(that);&nbsp;&nbsp; &nbsp;}&nbsp;&nbsp; &nbsp;,1000)&nbsp;&nbsp; }&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp; Page({&nbsp;&nbsp; &nbsp;&nbsp;data:&nbsp;{&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;second:&nbsp;60&nbsp;&nbsp; &nbsp;&nbsp;},&nbsp;&nbsp; &nbsp;&nbsp;onLoad:&nbsp;function()&nbsp;{&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;countdown(this);&nbsp;&nbsp; &nbsp;&nbsp;} \u767b\u5f55\u540e\u590d\u5236 \u4ee5\u4e0a\u5c31\u662f\u5728\u5c0f\u7a0b\u5e8f\u4e2d\u5b9e\u73b0\u5012\u8ba1\u65f6\u6548\u679c\u793a\u4f8b\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-29264","post","type-post","status-publish","format-standard","hentry","category-19"],"_links":{"self":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts\/29264","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=29264"}],"version-history":[{"count":0,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts\/29264\/revisions"}],"wp:attachment":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/media?parent=29264"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/categories?post=29264"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/tags?post=29264"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}