A.parseInt(12.5)==parseFloat(12.5)
B.Number(’’)==parseFloat(’’)
C.isNaN(’abc’)==NaN
D.typeof NaN ===’number’
您可能感興趣的試卷
你可能感興趣的試題
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.調用pop()方法,不會修改原數(shù)組中的值。
C.shift()方法的返回值是新數(shù)組的長度。
D.調用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"
最新試題
下列Date對象方法中,用于獲取年份的方法是()
用于返回指定元素在數(shù)組中第一次出現(xiàn)的索引的方法是()
下列classList對象的常用方法中,用于切換元素樣式的方法是()
下列選項中,可控制瀏覽器實現(xiàn)“前進”功能的有()
下列選項中,當頁面加載完畢后會觸發(fā)的事件是()
下列選項中,關于scroll系列屬性說法正確的有()
下列選項中,屬于清除定時器方法的有()
“Math.floor(1.1)”的計算結果是()
下列選項中,哪些情況屬于跨域請求()
下列選項中,JavaScript中的數(shù)字可以分為()