网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)
单选题
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( )+"日");

考题 下列运算结果为l的是( )。 A.81B.42C.81SXB 下列运算结果为l的是( )。A.81B.42C.81D.42

考题 对阻生智齿的命名中错误的是A.81低位水平阻生B.81近中垂直阻生C.81高位远中阻生D.81倒置阻生E.81舌向阻生

考题 A.81士1.97 B.81±2.35 C.81±3.10 D.81±3.52

考题 在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")

考题 在javascript中,document.write(“abc”.substr(1,2));的结果是()A、abB、bcC、bD、c

考题 Java语言中的方法Math.sqrt(x)是求x的()的值。

考题 分析下面的JavaScript代码段,输出结果是()。var a=15.59;document.write(Math.round(a));A、15B、16C、15.5D、15.4

考题 以下代码if(a0){document.write("正数")}else{document.write("非正数");}如果a=0,则输出结果为()。A、正数B、非正数C、报错D、undefined

考题 在JavaScript中,输出不到网页的是()。A、document.write()B、console.log()C、alert()D、document.log()

考题 在文档上输出"HelloWorld"的正确Javascript语法是document.write("HelloWorld")。()

考题 在JavaScript中,输出到网页的是()。A、document.write()B、console.log()C、echo""D、printf""

考题 数学模块中,math.sqrt(4)的值是()。A、0B、2C、2.0D、4.0

考题 在网页页面上输出"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")

考题 地铁列车ATP门控旁路的代码是()。A、81-S10B、81-F01C、81-S09D、81-F09

考题 单选题以下代码if(a0){document.write("正数")}else{document.write("非正数");}如果a=0,则输出结果为()。A 正数B 非正数C 报错D undefined

考题 问答题计算下列数值:7503mod81、(-7503)mod81、81mod7503、(-81)mod7503。

考题 单选题分析下面的JavaScript代码段,输出结果是()。var a=15.59;document.write(Math.round(a));A 15B 16C 15.5D 15.4

考题 单选题在javascript中,document.write(“abc”.substr(1,2));的结果是()A abB bcC bD c

考题 单选题数学模块中,math.sqrt(4)的值是()。A 0B 2C 2.0D 4.0

考题 填空题Java语言中的方法Math.sqrt(x)是求x的()的值。

考题 判断题在文档上输出"HelloWorld"的正确Javascript语法是document.write("HelloWorld")。()A 对B 错