早上好,我在串列視圖中使用完整日歷,每天重復發生事件,問題是當我按下事件時,我需要以某種方式告訴我鏈接中的哪一天才能顯示當天的歷史
uj5u.com熱心網友回復:
這將為您提供單擊事件的日期(開始和結束)。
eventClick: function(info) {
console.log(info.event.start);
console.log(info.event.end);
}
轉載請註明出處,本文鏈接:https://www.uj5u.com/houduan/490213.html
