JavaScript getMonth() 方法

Date 对象参考手册 JavaScript Date 对象

实例

返回月份:

var d = new Date();
var n = d.getMonth();

n 输出结果:

点我分享笔记