📅  最后修改于: 2022-03-11 15:03:43.404000             🧑  作者: Mango
$('#calendar').fullCalendar({
header: {
left: 'prev,next today',
center: 'title',
right: 'month,basicWeek,basicDay'
},
defaultView: 'basicWeek'
....