A.var date=new Date();var hour=date.getHours();
B.var date=new Date();var hour=date.getMonth();
C.var date=new date();var hour=date.getFullYear();
D.var date=new Date();var hour=date.getMinutes();
您可能感興趣的試卷
你可能感興趣的試題
A.數(shù)組的length 既可以獲取,也可以修改。
B.調(diào)用pop()方法,不會修改原數(shù)組中的值。
C.shift()方法的返回值是新數(shù)組的長度。
D.調(diào)用concat()方法,會修改原數(shù)組的值。
A.true
B.false
C.真
D.假
A.123
B.1,2,3
C.1 2 3
D.[1,2,3]
A.d.style.fontSize="14pt"
B.d.style.font_size="16px"
C.d.font_size="16px"
D.d.fontSize="14pt"
A.<script>a.js</script>
B.<script src="a.js"></script>
C.<script href="a.js"></script>
D.<script url="a.js"></script>
最新試題
下列選項(xiàng)中,哪些情況屬于跨域請求()
下列Date對象方法中,用于獲取年份的方法是()
下列選項(xiàng)中,當(dāng)頁面加載完畢后會觸發(fā)的事件是()
關(guān)于location的常用方法說法正確的有()
下列選項(xiàng)中,屬于輸入語句的是()
關(guān)于location的常用屬性說法錯誤的是()
下列選項(xiàng)中,可以用來獲取和設(shè)置占位隱藏的元素文本內(nèi)容的屬性是()
下列選項(xiàng)中,屬于img元素內(nèi)置屬性的有()
下列選項(xiàng)中,JavaScript可以實(shí)現(xiàn)的交互效果有()
屬于navigator對象屬性的有()