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)
A. if =! 5 then
B. if <>5
C. if (i <> 5)
D. if (i != 5)
最新試題
關(guān)于代碼“var obj ={x:10,y:20}”說法錯誤的是()
下列選項中,關(guān)于history對象的go()方法描述正確的有()
下列選項中,屬于img元素內(nèi)置屬性的有()
下列選項中,可控制瀏覽器實現(xiàn)“前進(jìn)”功能的有()
下列選項中,運算符“--”可以操作的數(shù)據(jù)類型有()
用于返回指定元素在數(shù)組中第一次出現(xiàn)的索引的方法是()
事件從目標(biāo)節(jié)點自上而下向document節(jié)點傳播的階段是()
下列選項中,用于根據(jù)CSS選擇器獲取元素的方法有()
關(guān)于location的常用屬性說法錯誤的是()
下列選項中,屬于清除定時器方法的有()