var q=new Date(2019,7,31);
document.write(q.getDate())
输出的结果为6!
我在VScode上运行了下,没问题啊
而且你说的是getDay,代码是getDate......
getDay的话返回的只能是0—6的数字,不会返回日期的