问题详情

答题翼 > 问答 > 继续教育 > 正文
目录: 标题| 题干| 答案| 搜索| 相关

写出函数DateDemo的返回结果 系统时间假定为2010年8月17日()functionDateDemo(){vard s=&quot


写出函数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

参考答案
您可能感兴趣的试题