在JavaScript中,可以使用var today = new Date( );这样的方法获得系统当前时间,假设系统时间是2007-7-2 星期一,则today.getDay( ) 的返回值是()。
A:1
B:0
C:7
D:星期一
出自:计算机科学