var day = new Date(2018,10,0); //最后一个参数为0,意为获取2018年10月一共多少天 console.log(day.getDate()); //31 转载于:https://www.cnblogs.com/web-record/p/11528838.html