{"id":2138,"date":"2024-11-10T16:54:38","date_gmt":"2024-11-10T08:54:38","guid":{"rendered":"https:\/\/fwq.ai\/blog\/2138\/"},"modified":"2024-11-10T16:54:38","modified_gmt":"2024-11-10T08:54:38","slug":"%e5%a6%82%e4%bd%95%e5%88%a9%e7%94%a8%e5%be%aa%e7%8e%af%e5%8a%a8%e6%80%81%e7%94%9f%e6%88%90-fullcalendar-%e4%ba%8b%e4%bb%b6%e6%95%b0%e7%bb%84%ef%bc%9f","status":"publish","type":"post","link":"https:\/\/fwq.ai\/blog\/2138\/","title":{"rendered":"\u5982\u4f55\u5229\u7528\u5faa\u73af\u52a8\u6001\u751f\u6210 FullCalendar \u4e8b\u4ef6\u6570\u7ec4\uff1f"},"content":{"rendered":"<p><img decoding=\"async\" src=\"https:\/\/img.php.cn\/upload\/article\/001\/246\/273\/173064549640158.jpg\" class=\"aligncenter\" title=\"\u5982\u4f55\u5229\u7528\u5faa\u73af\u52a8\u6001\u751f\u6210 FullCalendar \u4e8b\u4ef6\u6570\u7ec4\uff1f\u63d2\u56fe\" alt=\"\u5982\u4f55\u5229\u7528\u5faa\u73af\u52a8\u6001\u751f\u6210 FullCalendar \u4e8b\u4ef6\u6570\u7ec4\uff1f\u63d2\u56fe\" \/><\/p>\n<p>fullcalendar \u4f5c\u4e3a\u4e00\u6b3e\u6d41\u884c\u7684\u65e5\u7a0b\u5b89\u6392\u63d2\u4ef6\uff0c\u63d0\u4f9b\u4e86\u7075\u6d3b\u7684\u65b9\u5f0f\u6765\u7ba1\u7406\u548c\u663e\u793a\u4e8b\u4ef6\u3002\u5bf9\u4e8e\u4f7f\u7528\u5faa\u73af\u6765\u5411 events \u9009\u9879\u6dfb\u52a0\u6570\u636e\u7684\u573a\u666f\uff0c\u6211\u4eec\u53ef\u4ee5\u5728\u811a\u672c\u4e2d\u5b9e\u73b0\u4e00\u4e2a\u5faa\u73af\u6765\u751f\u6210\u4e8b\u4ef6\u6570\u7ec4\u3002<\/p>\n<pre>&lt;script type=\"text\/javascript\"&gt;\n$(function() {\n  \/\/ \u8bbe\u5b9a\u57fa\u7840\u4e8b\u4ef6\u6570\u636e\uff0c\u5c31\u50cf\u60a8\u63d0\u4f9b\u7684\u793a\u4f8b\u4e2d\u90a3\u6837\n  var events = [\n    {\n      title: '\u5168\u5929\u8ba1\u5212\r\n#####\r\n\u5199\u4ee3\u7801',\n      start: new Date(y, m, 1)\n    },\n    {\n      title: '\u5f20\u5bb6\u754c\u56db\u65e5\u6e38',\n      start: new Date(y, m, d - 5),\n      end: new Date(y, m, d - 2)\n    },\n    \/\/ ... \u5176\u4ed6\u4e8b\u4ef6\u6570\u636e\n  ];\n\n  \/\/ \u5faa\u73af\u751f\u6210\u66f4\u591a\u4e8b\u4ef6\n  for (var i = 0; i &lt; 5; i++) {\n    \/\/ \u521b\u5efa\u65b0\u4e8b\u4ef6\n    var event = {\n      id: 999 + i,\n      title: '\u7535\u8bdd\u56de\u8bbf\u5ba2\u6237' + (i + 1),\n      start: new Date(y, m, d - i, 16, 0),\n      allDay: true\n    };\n    \/\/ \u6dfb\u52a0\u5230 events \u6570\u7ec4\n    events.push(event);\n  }\n\n  $('#calendar').fullCalendar({\n    \/\/ \u60a8\u7684\u65e5\u5386\u8bbe\u7f6e\n    events: events\n  });\n});\n&lt;\/script&gt;<\/pre>\n<p>  \u767b\u5f55\u540e\u590d\u5236   <\/p>\n<p>\u5728\u8fd9\u4e2a\u793a\u4f8b\u4e2d\uff1a<\/p>\n<ul>\n<li>\u9996\u5148\uff0c\u6211\u4eec\u8bbe\u7f6e\u4e86\u5305\u542b\u4e00\u4e9b\u57fa\u672c\u4e8b\u4ef6\u7684 events \u6570\u7ec4\uff0c\u5c31\u50cf\u60a8\u63d0\u4f9b\u7684\u793a\u4f8b\u4e00\u6837\u3002<\/li>\n<li>\u7136\u540e\uff0c\u6211\u4eec\u4f7f\u7528\u4e00\u4e2a for \u5faa\u73af\u6765\u8fed\u4ee3 5 \u6b21\uff0c\u4e3a\u6bcf\u4e2a\u8fed\u4ee3\u751f\u6210\u4e00\u4e2a\u65b0\u4e8b\u4ef6\u3002<\/li>\n<li>\u65b0\u4e8b\u4ef6\u5177\u6709\u552f\u4e00 id\u3001\u6807\u9898\u3001\u5f00\u59cb\u65f6\u95f4\u548c\u5168\u5929\u6807\u5fd7\u3002<\/li>\n<li>\u6bcf\u4e2a\u65b0\u4e8b\u4ef6\u90fd\u88ab\u6dfb\u52a0\u5230 events \u6570\u7ec4\u3002<\/li>\n<li>\u6700\u540e\uff0c\u6211\u4eec\u5728 fullcalendar \u521d\u59cb\u5316\u8fc7\u7a0b\u4e2d\u4f7f\u7528 events \u9009\u9879\u6765\u6307\u5b9a\u8fd9\u4e9b\u4e8b\u4ef6\u3002<\/li>\n<\/ul>\n<p>\u4ee5\u4e0a\u5c31\u662f\u5982\u4f55\u5229\u7528\u5faa\u73af\u52a8\u6001\u751f\u6210 FullCalendar \u4e8b\u4ef6\u6570\u7ec4\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>fullcalendar \u4f5c\u4e3a\u4e00\u6b3e\u6d41\u884c\u7684\u65e5\u7a0b\u5b89\u6392\u63d2\u4ef6\uff0c\u63d0\u4f9b\u4e86\u7075\u6d3b\u7684\u65b9\u5f0f\u6765\u7ba1\u7406\u548c\u663e\u793a\u4e8b\u4ef6\u3002\u5bf9\u4e8e\u4f7f\u7528\u5faa\u73af\u6765\u5411 events \u9009\u9879\u6dfb\u52a0\u6570\u636e\u7684\u573a\u666f\uff0c\u6211\u4eec\u53ef\u4ee5\u5728\u811a\u672c\u4e2d\u5b9e\u73b0\u4e00\u4e2a\u5faa\u73af\u6765\u751f\u6210\u4e8b\u4ef6\u6570\u7ec4\u3002 &lt;script type=&#8221;text\/javascript&#8221;&gt; $(function() { \/\/ \u8bbe\u5b9a\u57fa\u7840\u4e8b\u4ef6\u6570\u636e\uff0c\u5c31\u50cf\u60a8\u63d0\u4f9b\u7684\u793a\u4f8b\u4e2d\u90a3\u6837 var events = [ { title: &#8216;\u5168\u5929\u8ba1\u5212 ##### \u5199\u4ee3\u7801&#8217;, start: new Date(y, m, 1) }, { title: &#8216;\u5f20\u5bb6\u754c\u56db\u65e5\u6e38&#8217;, start: new Date(y, m, d &#8211; 5), end: new Date(y, m, d &#8211; 2) }, \/\/ &#8230; \u5176\u4ed6\u4e8b\u4ef6\u6570\u636e ]; \/\/ \u5faa\u73af\u751f\u6210\u66f4\u591a\u4e8b\u4ef6 for (var i = 0; i [&hellip;]<\/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-2138","post","type-post","status-publish","format-standard","hentry","category-16"],"_links":{"self":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts\/2138","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=2138"}],"version-history":[{"count":0,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts\/2138\/revisions"}],"wp:attachment":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/media?parent=2138"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/categories?post=2138"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/tags?post=2138"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}