首页 试题详情
单选题

在JavaScript中,以下代码:<body> ? <script?type="text/javascript"> ? ? var?undf; ? ? if(typeof?undf=="undefined")?{ ? ? ? undf="Hello World"; ? ? } else{ undf="null"; } ? ? document.write(" 名称是:"+undf); ? </script> </body>的输出结果是?

A名称是:null

B名称是:Hello World

C无任何输出

D名称是:Hello World null

正确答案:A (备注:此答案有误)

相似试题

  • 单选题

    使用 JavaScript 向网页输出 hello,以下代码可行的是( )

    答案解析

  • 多选题

    JavaScript以下JavaScript数据类型的有?【选三项】

    答案解析

  • 单选题

    负责解释执行JavaScript代码的是( )。

    答案解析

  • 单选题

    假设今天是2006年4月1日星期六,请问以下javascript代码输出结果是:( )var time = new Date( );document.write(time.getMonth( ));

    答案解析

  • 单选题

    JavaScript,判断客户端时移动端还是PC端,需要以下代码横线处补充的代码是()<script type=text/javascript>var userAgentInfo = navigator. .toLowerCase();var agents = [android,iphone,symbianos,ipod];for(var i = 0; i<agents.length;i++){ if(userAgentInfo.indexOf(agents[i])>0){ return true;}return false;}</script>

    答案解析

热门题库