JavaScript getUTCMonth() 方法

Date 对象参考手册 JavaScript Date 对象

实例

按照世界时 UTC,返回月份:

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

n 输出结果:

点我分享笔记