在HTML中有如下代碼,運行后頁面顯示結果為()。
A.整個網(wǎng)頁中活動鏈接的顏色為紅色 B.整個頁面中的文字顏色為紅色 C.整個頁面中用戶訪問過的鏈接的顏色為紅色 D.整個網(wǎng)頁背景為紅色
如果今天是2006年5月14日,分析下列JavaScript代碼運行后,在網(wǎng)頁上顯示()。 var now = new Date(); var year = now.getYear(); var month = now.getMonth(); var date = now.getDate(); document.write(year+" "+month+" "+date);
A.2006 05 14 B.2006 5 14 C.2006 04 14 D.2006 4 14
A. window.open("http://www.baidu.com"); B. document.write("http://www.baidu.com"); C. location.replace("http://www.baidu.com"); D. location.reload("http://www.baidu.com");