A. Math.ceil(2,4)
B. Math.max(2,4)
C. ceil(2,4)
D. top(2,4)
您可能感興趣的試卷
你可能感興趣的試題
A. round(7.25)
B. rnd(7.25)
C. Math.rnd(7.25)
D. Math.round(7.25)
A. /*This comment has more than one line*/
B. //This comment has more than one line//
C. <!--This comment has more than one line-->
A. ' This is a comment
B. <!--This is a comment-->
C. //This is a comment
A. for (i <= 5; i++)
B. for (i = 0; i <= 5; i++)
C. for (i = 0; i <= 5)
D. for i = 1 to 5
A. 兩種,for 循環(huán)和 while 循環(huán)
B. 四種,for 循環(huán)、while 循環(huán)、do...while 循環(huán)以及 loop...until 循環(huán)
C. 一種,for 循環(huán)
最新試題
下列選項(xiàng)中,運(yùn)算符“--”可以操作的數(shù)據(jù)類型有()
對(duì)于JavaScript的組成部分BOM描述錯(cuò)誤的是()
關(guān)于代碼“var obj ={x:10,y:20}”說法錯(cuò)誤的是()
下列選項(xiàng)中,關(guān)于scroll系列屬性說法正確的有()
關(guān)于添加或刪除數(shù)組元素的方法描述正確的有()
屬于navigator對(duì)象屬性的有()
下列選項(xiàng)中,JavaScript可以實(shí)現(xiàn)的交互效果有()
下列選項(xiàng)中,用于通過控制臺(tái)查看結(jié)果的語句是()
關(guān)于location的常用屬性說法錯(cuò)誤的是()
下列選項(xiàng)中,屬于服務(wù)器開發(fā)技術(shù)的有()