{"id":6203,"date":"2024-06-01T16:25:23","date_gmt":"2024-06-01T08:25:23","guid":{"rendered":"https:\/\/0592ban.cn\/?p=6203"},"modified":"2024-06-01T16:25:23","modified_gmt":"2024-06-01T08:25:23","slug":"2003%e5%b9%b412%e6%9c%8813%e6%97%a5%e6%98%af%e4%bb%80%e4%b9%88%e5%91%bd-2003%e5%b9%b41%e6%9c%8821%e6%97%a5%e7%94%9f%e8%be%b0%e5%85%ab%e5%ad%97","status":"publish","type":"post","link":"https:\/\/0592ban.cn\/index.php\/2024\/06\/01\/2003%e5%b9%b412%e6%9c%8813%e6%97%a5%e6%98%af%e4%bb%80%e4%b9%88%e5%91%bd-2003%e5%b9%b41%e6%9c%8821%e6%97%a5%e7%94%9f%e8%be%b0%e5%85%ab%e5%ad%97\/","title":{"rendered":"2003\u5e7412\u670813\u65e5\u662f\u4ec0\u4e48\u547d (2003\u5e741\u670821\u65e5\u751f\u8fb0\u516b\u5b57)"},"content":{"rendered":"<p><img decoding=\"async\" alt=\"2003\u5e7412\u670813\u65e5\u662f\u4ec0\u4e48\u547d\" loading=\"lazy\" src=\"https:\/\/0592ban.cn\/wp-content\/uploads\/2024\/06\/cdea7ac8-6a2d-4cba-86f6-ba755ce891e7.jpg\"\/><\/p>\n<p>\n \u8f93\u5165\u51fa\u751f\u5e74\u6708\u65e5\uff0c\u67e5\u8be2\u4e94\u884c\u5c5e\u6027\u3002\n<\/p>\n<form action=\"result.php\" method=\"post\">\n <label for=\"year\"><br \/>\n  \u5e74\u4efd\uff1a<br \/>\n <\/label><br \/>\n <input id=\"year\" name=\"year\" type=\"number\"\/><br \/>\n <span><br \/>\n  \uff08\u4f8b\uff1a1943\uff09<br \/>\n <\/span><br \/>\n <br \/>\n <label for=\"month\"><br \/>\n  \u6708\u4efd\uff1a<br \/>\n <\/label><br \/>\n <input id=\"month\" name=\"month\" type=\"number\"\/><br \/>\n <span><br \/>\n  \uff08\u4f8b\uff1a10\uff09<br \/>\n <\/span><br \/>\n <br \/>\n <label for=\"day\"><br \/>\n  \u65e5\u671f\uff1a<br \/>\n <\/label><br \/>\n <input id=\"day\" name=\"day\" type=\"number\"\/><br \/>\n <span><br \/>\n  \uff08\u4f8b\uff1a5\uff09<br \/>\n <\/span><br \/>\n <br \/>\n <input type=\"submit\" value=\"\u67e5\u8be2\"\/><br \/>\n<\/form>\n<h2>\n \u4e94\u884c \u5c5e\u6027<br \/>\n<\/h2>\n<p>\n \u4e94\u884c\uff1a\n<\/p>\n<p><script>\n const form = document.querySelector('form');<\/p>\n<p>    form.addEventListener('submit', (event) => {\n      event.preventDefault();<\/p>\n<p>      const year = document.querySelector('year').value;\n      const month = document.querySelector('month').value;\n      const day = document.querySelector('day').value;<\/p>\n<p>      const result = calculate\u4e94\u884c(year, month, day);\n      document.querySelector('result').innerHTML = result;\n    });<\/p>\n<p>    function calculate\u4e94\u884c(year, month, day) {\n      \/\/ \u8ba1\u7b97\u5929\u5e72\u5730\u652f\n      const yearGan = '\u7532\u4e59\u4e19\u4e01\u620a\u5df1\u5e9a\u8f9b\u58ec\u7678'[Math.floor((year - 4) % 10)];\n      const yearZhi = '\u5b50\u4e11\u5bc5\u536f\u8fb0\u5df3\u5348\u672a\u7533\u9149\u620c\u4ea5'[Math.floor((year - 4) % 12)];\n      const monthGan = '\u7532\u4e59\u4e19\u4e01\u620a\u5df1\u5e9a\u8f9b\u58ec\u7678'[Math.floor((year - 4 + month) %10)];\n      const monthZhi = '\u5b50\u4e11\u5bc5\u536f\u8fb0\u5df3\u5348\u672a\u7533\u9149\u620c\u4ea5'[Math.floor((year - 4 + month) % 12)];\n      const dayGan = '\u7532\u4e59\u4e19\u4e01\u620a\u5df1\u5e9a\u8f9b\u58ec\u7678'[Math.floor((year - 4 + month + day) % 10)];\n      const dayZhi = '\u5b50\u4e11\u5bc5\u536f\u8fb0\u5df3\u5348\u672a\u7533\u9149\u620c\u4ea5'[Math.floor((year - 4 + month + day) % 12)];<\/p>\n<p>      \/\/ \u8ba1\u7b97\u4e94\u884c\n      const yearWuXing = getWuXing(yearGan, yearZhi);\n      const monthWuXing = getWuXing(monthGan, monthZhi);\n      const dayWuXing = getWuXing(dayGan, dayZhi);<\/p>\n<p>      \/\/ \u8ba1\u7b97\u4e94\u884c\u4e2a\u6570\n      const wuXingCount = {\n        \u6c34: 0,\n        \u6728: 0,\n        \u706b: 0,\n        \u571f: 0,\n        \u91d1: 0\n      };\n      wuXingCount[yearWuXing]++;\n      wuXingCount[monthWuXing]++;\n      wuXingCount[dayWuXing]++;<\/p>\n<p>      \/\/ \u8fd4\u56de\u4e94\u884c\u5c5e\u6027\n      const wuXing = '';\n      for (const wuXingType in wuXingCount) {\n        if (wuXingCount[wuXingType] > 0) {\n          wuXing += wuXingType + ' ' + wuXingCount[wuXingType] + '\u4e2a';\n        }\n      }<\/p>\n<p>      return wuXing;\n    }<\/p>\n<p>    function getWuXing(gan, zhi) {\n      if (gan === '\u7532' || gan === '\u4e59' || zhi === '\u5bc5' || zhi === '\u536f') {\n        return '\u6728';\n      } else if (gan === '\u4e19' || gan === '\u4e01' || zhi === '\u5df3' || zhi === '\u5348') {\n        return '\u706b';\n      } else if (gan === '\u620a' || gan === '\u5df1' || zhi === '\u8fb0' || zhi === '\u620c' || zhi === '\u4e11' || zhi === '\u672a') {\n        return '\u571f';\n      } else if (gan === '\u5e9a' || gan === '\u8f9b' || zhi === '\u7533' || zhi === '\u9149') {\n        return '\u91d1';\n} else if (gan === '\u58ec' || gan === '\u7678' || zhi === '\u4ea5' || zhi === '\u5b50') {\n        return '\u6c34';\n      }\n    }\n<\/script><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u8f93\u5165\u51fa\u751f\u5e74\u6708\u65e5\uff0c\u67e5\u8be2\u4e94\u884c\u5c5e\u6027\uff0c\u5e74\u4efd\uff0c\u4f8b\uff0c1943\uff0c\u6708\u4efd\uff0c\u4f8b\uff0c10\uff0c\u65e5\u671f\uff0c\u4f8b\uff0c5\uff0c\u4e94\u884c\u5c5e\u6027\u4e94\u884c\uff0cconstform=document.querySelector\uff0cform\uff0cform.addEventListener\uff0csubmit\uff0cevent\uff0c=\uff0cevent.preventDefault\uff0cconstyear=documen&#8230;\u3002<\/p>\n","protected":false},"author":1,"featured_media":6202,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[3205],"class_list":["post-6203","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-12shengxiao","tag-3205"],"_links":{"self":[{"href":"https:\/\/0592ban.cn\/index.php\/wp-json\/wp\/v2\/posts\/6203","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/0592ban.cn\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/0592ban.cn\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/0592ban.cn\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/0592ban.cn\/index.php\/wp-json\/wp\/v2\/comments?post=6203"}],"version-history":[{"count":1,"href":"https:\/\/0592ban.cn\/index.php\/wp-json\/wp\/v2\/posts\/6203\/revisions"}],"predecessor-version":[{"id":6204,"href":"https:\/\/0592ban.cn\/index.php\/wp-json\/wp\/v2\/posts\/6203\/revisions\/6204"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/0592ban.cn\/index.php\/wp-json\/wp\/v2\/media\/6202"}],"wp:attachment":[{"href":"https:\/\/0592ban.cn\/index.php\/wp-json\/wp\/v2\/media?parent=6203"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/0592ban.cn\/index.php\/wp-json\/wp\/v2\/categories?post=6203"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/0592ban.cn\/index.php\/wp-json\/wp\/v2\/tags?post=6203"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}