网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
单选题
JavaScript中,显示81的平方根的正确方法是?()
A
document.write(math.sqrt(81))
B
document.write(Math.sqrt(81))
C
document.write(Math.sqrt”81”)
D
document.write(Math.sqrt”81”)
参考答案
参考解析
解析:
暂无解析
更多 “单选题JavaScript中,显示81的平方根的正确方法是?()A document.write(math.sqrt(81))B document.write(Math.sqrt(81))C document.write(Math.sqrt”81”)D document.write(Math.sqrt”81”)” 相关考题
考题
写“HelloWorld”的正确javascript语法是:A、document.write("HelloWorld")B、"HelloWorld"C、response.write("HelloWorld")D、("HelloWorld")
考题
JavaScript中,显示81的平方根的正确方法是?()
A.document.write(math.sqrt(81))B.document.write(Math.sqrt(81))C.document.write(Math.sqrt”81”)D.document.write(Math.sqrt”81”)
考题
某次数学测验中,随机抽取了10份试卷,成绩如下:85,81,89,81,72,82,77,81,79,83.则这组数据的众数,平均数与中位数分别为()A. 81,82,81B. 81,81,76.5C. 83,81,77D. 81,81,81
考题
在JavaScript中,页面中显示当天日期“今天是2013年9月1日”,下列选项正确的是( )
A.var today;today=new Date( );document.write("今天是"+today.getYear( )+"年"+(today.getMonth( )+1)+"月"+today.getDay( )+"日");B.var today; today=new Date( );document.write("今天是"+today.getFullYear( )+"年"+(today.getMonth( )+1)+"月"+today.getDay( )+"日");C.var today;Today=new Day( );document.write("今天是"+today.getFullYear( )+"年"+(today.getMonth( )+1)+"月"+today.getDate( )+"日");D.var today;today=new Date( );document.write("今天是"+today.getFullYear( )+"年"+(today.getMonth( )+1)+"月"+today.getDate( )+"日");
考题
在JavaScript中,以下代码能产生输出的是()A、document.write()B、window.write()C、document.confirm()D、write “The Undefined Function”
考题
弹出输入框,默认内容是“Hello World”的正确javascript语法是()A、document.write("Hello World")B、"Hello World"C、response.write("Hello World")D、prompt(“输入”,"Hello World")
考题
以下代码if(a0){document.write("正数")}else{document.write("非正数");}如果a=0,则输出结果为()。A、正数B、非正数C、报错D、undefined
考题
在网页页面上输出"HelloWorld"的正确Javascript语法是()。A、alert("HelloWorld")B、console.log("HelloWorld")C、document.log("HelloWorld")D、document.write("HelloWorld")
考题
写“Hello World”的正确javascript语法是()A、document.write("Hello World")B、"Hello World"C、response.write("Hello World")D、("Hello World")
考题
单选题以下代码if(a0){document.write("正数")}else{document.write("非正数");}如果a=0,则输出结果为()。A
正数B
非正数C
报错D
undefined
考题
单选题分析下面的JavaScript代码段,输出结果是()。var a=15.59;document.write(Math.round(a));A
15B
16C
15.5D
15.4
考题
判断题在文档上输出"HelloWorld"的正确Javascript语法是document.write("HelloWorld")。()A
对B
错
热门标签
最新试卷