写出函数DateDemo的返回结果 系统时间假定为2010年8月17日()functionDateDemo(){vard s="
写出函数DateDemo的返回结果,系统时间假定为2010年8月17日()functionDateDemo(){vard,s="今天日期是:";d=newDate();s+=d.getMonth()+"/";s+=d.getDate()+"/";s+=d.getYear();returns;}
A、17/7/2010
B、7/17/2010
C、2000-7-170:00:00
D、07/17/2010