主要是在页面中加入日历插件Fullcalendar.js我下载是新版本fullcalendar-4.2.0
?
我这还导入了jquey的插件,因为我后面会用到的
日历显示的标签
?...//设置是否显示周六和周日,设为false则不显示
weekends: true,
aspectRatio: 1.35,
//月视图的显示模式...weekNumberCalculation: 'ISO',
buttonText: {
today: '今天',
},
select...: function(arg) {
var title = prompt('Event Title:');
if (title) {
calendar.addEvent...controoller里面的方法
province,schools,city,flag,//参数值
function(result, event