返回当前月份
getMonth( )方法可返回表示月份的数字,返回值是0(一月)到11(十二月)之间的一个整数
返回当前月的天数
let days = new Date(year, month, 0).getDate()