{"id":31477,"date":"2024-11-25T13:14:50","date_gmt":"2024-11-25T05:14:50","guid":{"rendered":"https:\/\/fwq.ai\/blog\/31477\/"},"modified":"2024-11-25T13:14:50","modified_gmt":"2024-11-25T05:14:50","slug":"vue-js%e5%8f%8c%e5%90%91%e7%bb%91%e5%ae%9a%e5%ae%9e%e7%8e%b0%e8%af%a6%e8%a7%a3","status":"publish","type":"post","link":"https:\/\/fwq.ai\/blog\/31477\/","title":{"rendered":"Vue.js\u53cc\u5411\u7ed1\u5b9a\u5b9e\u73b0\u8be6\u89e3"},"content":{"rendered":"<p style=\"text-align: left\">\u8fd9\u6b21\u7ed9\u5927\u5bb6\u5e26\u6765Vue.js\u53cc\u5411\u7ed1\u5b9a\u5b9e\u73b0\u8be6\u89e3\uff0cVue.js\u53cc\u5411\u7ed1\u5b9a\u5b9e\u73b0\u7684\u6709\u54ea\u4e9b\uff0c\u4e0b\u9762\u5c31\u662f\u5b9e\u6218\u6848\u4f8b\uff0c\u4e00\u8d77\u6765\u770b\u4e00\u4e0b\u3002<\/p>\n<pre>&lt;html&gt;\r\n&lt;head&gt;\r\n  &lt;meta charset=\"utf-8\"&gt;\r\n&lt;\/head&gt;\r\n&lt;body&gt;\r\n  &lt;script src=\"https:\/\/unpkg.com\/vue\/dist\/vue.min.js\"&gt;&lt;\/script&gt;\r\n  &lt;p id=\"app\"&gt;\r\n    &lt;input type=\"text\" v-model=\"CurrentTime\" placeholder=\"\u5f53\u524d\u65f6\u523b\"&gt;\r\n    &lt;h1&gt;\u5f53\u524d\u65f6\u523b{{ CurrentTime }}&lt;\/h1&gt;\r\n  &lt;\/p&gt;\r\n  &lt;script&gt;\r\n  var app = new Vue({\r\n    el:'#app',\r\n    data:{\r\n      CurrentTime: new Date()\r\n    },\r\n    mounted:function(){\r\n      var _this = this;\r\n      this.timer = setInterval(function(){\r\n        _this.CurrentTime = new Date();\r\n      },1000);\r\n    },\r\n    beforeDestroy:function(){\r\n      if(this.timer){\r\n        clearInterval(this.timer);\r\n      }\r\n    }\r\n  });\r\n  &lt;\/script&gt;\r\n&lt;\/body&gt;\r\n&lt;\/html&gt;<\/pre>\n<p> \u767b\u5f55\u540e\u590d\u5236 <\/p>\n<p style=\"text-align: left\"><img decoding=\"async\" src=\"https:\/\/img.php.cn\/upload\/article\/000\/061\/021\/6669771ccf67292684c74c978b6f5d7a-0.png\" class=\"aligncenter\" title=\"Vue.js\u53cc\u5411\u7ed1\u5b9a\u5b9e\u73b0\u8be6\u89e3\u63d2\u56fe\" alt=\"Vue.js\u53cc\u5411\u7ed1\u5b9a\u5b9e\u73b0\u8be6\u89e3\u63d2\u56fe\" \/>&nbsp;<\/p>\n<p style=\"text-align: left\">{{ }} \u662f\u6240\u8c13\u7684\u6587\u672c\u63d2\u503c\u7684\u65b9\u6cd5\uff0c\u76ee\u7684\u662f\u663e\u793a\u53cc\u5411\u7ed1\u5b9a\u7684\u6570\u636e<\/p>\n<p style=\"text-align: left\">mounted \u8868\u793ael\u6302\u8f7d\u5230\u5b9e\u4f8b\u4e0a\u8c03\u7528\u7684<\/p>\n<p style=\"text-align: left\">beforeDestory \u662f\u5b9e\u4f8b\u9500\u6bc1\u4ee5\u524d\u8c03\u7528<\/p>\n<p style=\"text-align: left\">\u5728\u4e0a\u4f8b\u4e2d\uff0c\u5728mounted\u4e8b\u4ef6\u4e2d\u521b\u5efa\u4e86\u4e00\u4e2a\uff0c\u6bcf\u9694\u4e00\u79d2\u5c31\u628a\u5f53\u524d\u65f6\u95f4\u5199\u5165\u6587\u672c\u6846\u4e2d\uff0c\u7531\u4e8e\u53cc\u5411\u7ed1\u5b9a\u7684\u539f\u56e0\uff0cH1\u6807\u7b7e\u7684\u6587\u672c\u4e5f\u4f1a\u8ddf\u7740\u53d8\u5316\uff0c\u548c\u6587\u672c\u6846\u7684\u6587\u672c\u4fdd\u6301\u4e00\u81f4\u3002\u5728beforeDestory\u4e8b\u4ef6\u91cc\u5728Vue\u5b9e\u4f8b\u9500\u6bc1\u524d\u5219\u4f1a\u6e05\u9664\u5b9a\u65f6\u5668<\/p>\n<p>\u76f8\u4fe1\u770b\u4e86\u672c\u6587\u6848\u4f8b\u4f60\u5df2\u7ecf\u638c\u63e1\u4e86\u65b9\u6cd5\uff0c\u66f4\u591a\u7cbe\u5f69\u8bf7\u5173\u6ce8\u7c73\u4e91\u5176\u5b83\u76f8\u5173\u6587\u7ae0\uff01<\/p>\n<p>\u63a8\u8350\u9605\u8bfb\uff1a<\/p>\n<p style=\"text-align: left\">\u6846\u67b6\u6b65\u9aa4\u8be6\u89e3<\/p>\n<p style=\"text-align: left\"><\/p>\n<p>\u4ee5\u4e0a\u5c31\u662fVue.js\u53cc\u5411\u7ed1\u5b9a\u5b9e\u73b0\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>\u8fd9\u6b21\u7ed9\u5927\u5bb6\u5e26\u6765Vue.js\u53cc\u5411\u7ed1\u5b9a\u5b9e\u73b0\u8be6\u89e3\uff0cVue.js\u53cc\u5411\u7ed1\u5b9a\u5b9e\u73b0\u7684\u6709\u54ea\u4e9b\uff0c\u4e0b\u9762\u5c31\u662f\u5b9e\u6218\u6848\u4f8b\uff0c\u4e00\u8d77\u6765\u770b\u4e00\u4e0b\u3002 &lt;html&gt; &lt;head&gt; &lt;meta charset=&#8221;utf-8&#8243;&gt; &lt;\/head&gt; &lt;body&gt; &lt;script src=&#8221;https:\/\/unpkg.com\/vue\/dist\/vue.min.js&#8221;&gt;&lt;\/script&gt; &lt;p id=&#8221;app&#8221;&gt; &lt;input type=&#8221;text&#8221; v-model=&#8221;CurrentTime&#8221; placeholder=&#8221;\u5f53\u524d\u65f6\u523b&#8221;&gt; &lt;h1&gt;\u5f53\u524d\u65f6\u523b{{ CurrentTime }}&lt;\/h1&gt; &lt;\/p&gt; &lt;script&gt; var app = new Vue({ el:&#8217;#app&#8217;, data:{ CurrentTime: new Date() }, mounted:function(){ var _this = this; this.timer = setInterval(function(){ _this.CurrentTime = new Date(); },1000); }, beforeDestroy:function(){ if(this.timer){ clearInterval(this.timer); } } }); &lt;\/script&gt; &lt;\/body&gt; &lt;\/html&gt; \u767b\u5f55\u540e\u590d\u5236 [&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-31477","post","type-post","status-publish","format-standard","hentry","category-19"],"_links":{"self":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts\/31477","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=31477"}],"version-history":[{"count":0,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts\/31477\/revisions"}],"wp:attachment":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/media?parent=31477"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/categories?post=31477"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/tags?post=31477"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}