{"id":25500,"date":"2024-11-24T10:36:51","date_gmt":"2024-11-24T02:36:51","guid":{"rendered":"https:\/\/fwq.ai\/blog\/25500\/"},"modified":"2024-11-24T10:36:51","modified_gmt":"2024-11-24T02:36:51","slug":"%e5%a6%82%e4%bd%95%e5%9c%a8-add_month-%e5%87%bd%e6%95%b0%e5%a4%96%e9%83%a8%e8%ae%bf%e9%97%ae%e5%92%8c%e4%bf%ae%e6%94%b9%e5%85%b6%e5%86%85%e9%83%a8%e7%a7%81%e6%9c%89%e5%8f%98%e9%87%8f-num_next-2","status":"publish","type":"post","link":"https:\/\/fwq.ai\/blog\/25500\/","title":{"rendered":"\u5982\u4f55\u5728 add_month() \u51fd\u6570\u5916\u90e8\u8bbf\u95ee\u548c\u4fee\u6539\u5176\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\/173062352373847.jpg\" class=\"aligncenter\" title=\"\u5982\u4f55\u5728 add_month() \u51fd\u6570\u5916\u90e8\u8bbf\u95ee\u548c\u4fee\u6539\u5176\u5185\u90e8\u79c1\u6709\u53d8\u91cf num_next\uff1f\u63d2\u56fe\" alt=\"\u5982\u4f55\u5728 add_month() \u51fd\u6570\u5916\u90e8\u8bbf\u95ee\u548c\u4fee\u6539\u5176\u5185\u90e8\u79c1\u6709\u53d8\u91cf num_next\uff1f\u63d2\u56fe\" \/><\/p>\n<p><strong>\u5982\u4f55\u5728 add_month() \u51fd\u6570\u4e4b\u5916\u83b7\u53d6\u548c\u8d4b\u503c\u7ed9 num_next \u53d8\u91cf\uff1f<\/strong><\/p>\n<p>add_month() \u51fd\u6570\u5185\u90e8\u7ed1\u5b9a\u4e86\u4e00\u4e2a\u4e8b\u4ef6\u56de\u8c03\uff0c\u8be5\u56de\u8c03\u4f1a\u4fee\u6539\u51fd\u6570\u7684\u79c1\u6709\u53d8\u91cf num_next\u3002\u4e3a\u4e86\u5728\u51fd\u6570\u5916\u90e8\u83b7\u53d6\u548c\u8d4b\u503c num_next \u53d8\u91cf\uff0c\u53ef\u4ee5\u91c7\u7528\u56de\u8c03\u7684\u65b9\u5f0f\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>\u5728\u8fd9\u4e2a\u793a\u4f8b\u4e2d\uff0cadd_month() \u51fd\u6570\u63a5\u53d7\u4e00\u4e2a\u56de\u8c03\u51fd\u6570 cb\u3002\u5f53\u70b9\u51fb .add_cla \u5143\u7d20\u65f6\uff0c\u5c06\u89e6\u53d1\u4e8b\u4ef6\u56de\u8c03\uff0c\u5e76\u5411 cb \u56de\u8c03\u51fd\u6570\u4f20\u9012\u5f53\u524d num_next \u503c\u3002\u5916\u90e8\u7684 num \u53d8\u91cf\u901a\u8fc7\u56de\u8c03\u51fd\u6570\u5b9e\u65f6\u540c\u6b65 num_next \u7684\u503c\u3002<\/p>\n<p>\u4ee5\u4e0a\u5c31\u662f\u5982\u4f55\u5728 add_month() \u51fd\u6570\u5916\u90e8\u8bbf\u95ee\u548c\u4fee\u6539\u5176\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>\u5982\u4f55\u5728 add_month() \u51fd\u6570\u4e4b\u5916\u83b7\u53d6\u548c\u8d4b\u503c\u7ed9 num_next \u53d8\u91cf\uff1f add_month() \u51fd\u6570\u5185\u90e8\u7ed1\u5b9a\u4e86\u4e00\u4e2a\u4e8b\u4ef6\u56de\u8c03\uff0c\u8be5\u56de\u8c03\u4f1a\u4fee\u6539\u51fd\u6570\u7684\u79c1\u6709\u53d8\u91cf num_next\u3002\u4e3a\u4e86\u5728\u51fd\u6570\u5916\u90e8\u83b7\u53d6\u548c\u8d4b\u503c num_next \u53d8\u91cf\uff0c\u53ef\u4ee5\u91c7\u7528\u56de\u8c03\u7684\u65b9\u5f0f\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 \u5728\u8fd9\u4e2a\u793a\u4f8b\u4e2d\uff0cadd_month() \u51fd\u6570\u63a5\u53d7\u4e00\u4e2a\u56de\u8c03\u51fd\u6570 cb\u3002\u5f53\u70b9\u51fb .add_cla \u5143\u7d20\u65f6\uff0c\u5c06\u89e6\u53d1\u4e8b\u4ef6\u56de\u8c03\uff0c\u5e76\u5411 cb \u56de\u8c03\u51fd\u6570\u4f20\u9012\u5f53\u524d num_next \u503c\u3002\u5916\u90e8\u7684 num \u53d8\u91cf\u901a\u8fc7\u56de\u8c03\u51fd\u6570\u5b9e\u65f6\u540c\u6b65 num_next \u7684\u503c\u3002 \u4ee5\u4e0a\u5c31\u662f\u5982\u4f55\u5728 add_month() \u51fd\u6570\u5916\u90e8\u8bbf\u95ee\u548c\u4fee\u6539\u5176\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-25500","post","type-post","status-publish","format-standard","hentry","category-16"],"_links":{"self":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts\/25500","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=25500"}],"version-history":[{"count":0,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts\/25500\/revisions"}],"wp:attachment":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/media?parent=25500"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/categories?post=25500"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/tags?post=25500"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}