假设创建一个Date对象所获取的时间为"2009年6月11日星期四,上午9点36分",下列说法正确的是()
A.getMonth()返回值为5
B.getDay()方法返回11
C.getDate()方法返回4
D.getDate()方法返回3
正确答案:A
猜你喜欢