JavaScript getUTCDay() 方法

Date 对象参考手册 JavaScript Date 对象

实例

返回表示星期的一天的一个数字:

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

n 输出结果:

点我分享笔记