{"id":25581,"date":"2024-11-24T13:05:24","date_gmt":"2024-11-24T05:05:24","guid":{"rendered":"https:\/\/fwq.ai\/blog\/25581\/"},"modified":"2024-11-24T13:05:24","modified_gmt":"2024-11-24T05:05:24","slug":"%e5%a6%82%e4%bd%95%e5%9c%a8%e5%a4%96%e9%83%a8%e8%8e%b7%e5%8f%96%e5%92%8c%e4%bf%ae%e6%94%b9-add_month-%e5%87%bd%e6%95%b0%e5%86%85%e9%83%a8%e7%a7%81%e6%9c%89%e5%8f%98%e9%87%8f-num_next%ef%bc%9f-2","status":"publish","type":"post","link":"https:\/\/fwq.ai\/blog\/25581\/","title":{"rendered":"\u5982\u4f55\u5728\u5916\u90e8\u83b7\u53d6\u548c\u4fee\u6539 `add_month()` \u51fd\u6570\u5185\u90e8\u79c1\u6709\u53d8\u91cf `num_next`\uff1f"},"content":{"rendered":"<p><img decoding=\"async\" src=\"https:\/\/img.php.cn\/upload\/article\/001\/246\/273\/173063522017602.jpg\" class=\"aligncenter\" title=\"\u5982\u4f55\u5728\u5916\u90e8\u83b7\u53d6\u548c\u4fee\u6539 `add_month()` \u51fd\u6570\u5185\u90e8\u79c1\u6709\u53d8\u91cf `num_next`\uff1f\u63d2\u56fe\" alt=\"\u5982\u4f55\u5728\u5916\u90e8\u83b7\u53d6\u548c\u4fee\u6539 `add_month()` \u51fd\u6570\u5185\u90e8\u79c1\u6709\u53d8\u91cf `num_next`\uff1f\u63d2\u56fe\" \/><\/p>\n<p><strong>\u83b7\u53d6\u5e76\u8d4b\u503cnum_next\u53d8\u91cf<\/strong><\/p>\n<p>\u5728add_month()\u51fd\u6570\u5185\u6d89\u53ca\u5230\u79c1\u6709\u53d8\u91cfnum_next\u7684\u4fee\u6539\uff0c\u5982\u679c\u60f3\u8981\u5728\u51fd\u6570\u5916\u90e8\u83b7\u53d6\u5e76\u8d4b\u503c\u7ed9\u5176\u4ed6\u53d8\u91cf\uff0c\u9700\u8981\u91c7\u53d6\u4e00\u4e9b\u7279\u6b8a\u63aa\u65bd\uff1a<\/p>\n<p><strong>1. \u56de\u8c03\u673a\u5236<\/strong><\/p>\n<p>\u5728add_month()\u51fd\u6570\u4e2d\uff0c\u5b9a\u4e49\u4e00\u4e2a\u4e8b\u4ef6\u56de\u8c03\uff0c\u5e76\u5728\u4e8b\u4ef6\u56de\u8c03\u4e2d\u4fee\u6539num_next\u7684\u79c1\u6709\u53d8\u91cf\u3002\u5728\u5916\u90e8\uff0c\u901a\u8fc7\u5411add_month()\u51fd\u6570\u4f20\u9012\u4e00\u4e2a\u56de\u8c03\u51fd\u6570\uff0c\u5728\u56de\u8c03\u51fd\u6570\u4e2d\u66f4\u65b0\u5916\u90e8\u53d8\u91cf\u5373\u53ef\u540c\u6b65\u4fee\u6539\u3002<\/p>\n<p>\u4f7f\u7528\u793a\u4f8b\uff1a<\/p>\n<pre>function add_month(cb) {\n    var num_next = 0;\n    $('.add_cla').click(function() {\n        cb(num_next++);\n    });\n    return num_next;\n}\n\nvar num = add_month(n =&gt; { num = n; });<\/pre>\n<p>  \u767b\u5f55\u540e\u590d\u5236   <\/p>\n<p><strong>2. \u76f4\u63a5\u4fee\u6539\u5916\u90e8\u53d8\u91cf<\/strong><\/p>\n<p>\u5728add_month()\u51fd\u6570\u7684\u4e8b\u4ef6\u56de\u8c03\u4e2d\uff0c\u76f4\u63a5\u4fee\u6539\u5916\u90e8\u53d8\u91cf\u3002\u8fd9\u79cd\u65b9\u5f0f\u6bd4\u8f83\u76f4\u63a5\uff0c\u4f46\u9700\u8981\u6ce8\u610f\u53d8\u91cf\u7684\u6743\u9650\u548c\u5e76\u53d1\u4fee\u6539\u95ee\u9898\u3002\u5177\u4f53\u5b9e\u73b0\u65b9\u5f0f\u5982\u4e0b\uff1a<\/p>\n<pre>function add_month(n) {\n    $('.add_cla').click(function() {\n        n++;\n    });\n}\n\nvar num = 0;\nadd_month(num);<\/pre>\n<p>  \u767b\u5f55\u540e\u590d\u5236   <\/p>\n<p>\u4ee5\u4e0a\u5c31\u662f\u5982\u4f55\u5728\u5916\u90e8\u83b7\u53d6\u548c\u4fee\u6539 `add_month()` \u51fd\u6570\u5185\u90e8\u79c1\u6709\u53d8\u91cf `num_next`\uff1f\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>\u83b7\u53d6\u5e76\u8d4b\u503cnum_next\u53d8\u91cf \u5728add_month()\u51fd\u6570\u5185\u6d89\u53ca\u5230\u79c1\u6709\u53d8\u91cfnum_next\u7684\u4fee\u6539\uff0c\u5982\u679c\u60f3\u8981\u5728\u51fd\u6570\u5916\u90e8\u83b7\u53d6\u5e76\u8d4b\u503c\u7ed9\u5176\u4ed6\u53d8\u91cf\uff0c\u9700\u8981\u91c7\u53d6\u4e00\u4e9b\u7279\u6b8a\u63aa\u65bd\uff1a 1. \u56de\u8c03\u673a\u5236 \u5728add_month()\u51fd\u6570\u4e2d\uff0c\u5b9a\u4e49\u4e00\u4e2a\u4e8b\u4ef6\u56de\u8c03\uff0c\u5e76\u5728\u4e8b\u4ef6\u56de\u8c03\u4e2d\u4fee\u6539num_next\u7684\u79c1\u6709\u53d8\u91cf\u3002\u5728\u5916\u90e8\uff0c\u901a\u8fc7\u5411add_month()\u51fd\u6570\u4f20\u9012\u4e00\u4e2a\u56de\u8c03\u51fd\u6570\uff0c\u5728\u56de\u8c03\u51fd\u6570\u4e2d\u66f4\u65b0\u5916\u90e8\u53d8\u91cf\u5373\u53ef\u540c\u6b65\u4fee\u6539\u3002 \u4f7f\u7528\u793a\u4f8b\uff1a function add_month(cb) { var num_next = 0; $(&#8216;.add_cla&#8217;).click(function() { cb(num_next++); }); return num_next; } var num = add_month(n =&gt; { num = n; }); \u767b\u5f55\u540e\u590d\u5236 2. \u76f4\u63a5\u4fee\u6539\u5916\u90e8\u53d8\u91cf \u5728add_month()\u51fd\u6570\u7684\u4e8b\u4ef6\u56de\u8c03\u4e2d\uff0c\u76f4\u63a5\u4fee\u6539\u5916\u90e8\u53d8\u91cf\u3002\u8fd9\u79cd\u65b9\u5f0f\u6bd4\u8f83\u76f4\u63a5\uff0c\u4f46\u9700\u8981\u6ce8\u610f\u53d8\u91cf\u7684\u6743\u9650\u548c\u5e76\u53d1\u4fee\u6539\u95ee\u9898\u3002\u5177\u4f53\u5b9e\u73b0\u65b9\u5f0f\u5982\u4e0b\uff1a function add_month(n) { $(&#8216;.add_cla&#8217;).click(function() { n++; }); } var num = 0; add_month(num); \u767b\u5f55\u540e\u590d\u5236 \u4ee5\u4e0a\u5c31\u662f\u5982\u4f55\u5728\u5916\u90e8\u83b7\u53d6\u548c\u4fee\u6539 `add_month()` \u51fd\u6570\u5185\u90e8\u79c1\u6709\u53d8\u91cf `num_next`\uff1f\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":[16],"tags":[],"class_list":["post-25581","post","type-post","status-publish","format-standard","hentry","category-16"],"_links":{"self":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts\/25581","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=25581"}],"version-history":[{"count":0,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts\/25581\/revisions"}],"wp:attachment":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/media?parent=25581"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/categories?post=25581"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/tags?post=25581"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}