Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用了“fullcalendar.js”。当我经常单击上一个和下一个按钮时,它会向我显示错误,例如“获取事件时出错!。我知道它会出错,因为它试图获取经常有大量数据,并且在以前的数据完成之前无法立即处理。您知道如何解决此问题吗?
只需放入async:false日历初始化。它会解决问题。
async:false