如果系統的時間是2016年2月20日,分析下列JavaScript代碼,運行後在網頁上顯示() var now = new Date();var year = now.getFullYear();var month = now.getMonth();var date = now.getDate();
如果系統的時間是2016年2月20日,分析下列JavaScript代碼,運行後在網頁上顯示() var now = new Date();
var year = now.getFullYear();
var month = now.getMonth();
var date = now.getDate();
document.write(year+" "+month+" "+date);
上一題 下一題 返回列表 查看答案: http://hovertree.com/tiku/bjaf/t427k0ma.htm 答案解析1 答案解析2 網頁特效:http://www.cnblogs.com/roucheng/p/texiao.html