【发布时间】:2025-11-28 20:00:01
【问题描述】:
从包含 JSON 提要的远程脚本加载资源时,我在使用 getResources 和 addResource 等方法时遇到问题。
如果将相同的资源作为数组包含在内,则可以正常工作。 工作示例:
resources: [{"id":"a","title":"Auditorium A"},{"id":"b","title":"Auditorium B","eventColor":"green"}....
https://codepen.io/ProbablyTheRealJonas/pen/yLVzEJw
不工作:
resources: 'https://fullcalendar.io/demo-resources.json?with-nesting&with-colors',
https://codepen.io/ProbablyTheRealJonas/pen/BaQwVjY
我可能缺少什么?
【问题讨论】:
标签: javascript ajax fullcalendar fullcalendar-5