为了账号安全,请及时绑定邮箱和手机立即绑定

<!DOCTYPE html> <html> <head> <title> new document </title> <meta http-equiv="Content-Type" content="text/html; charset=gbk"/> <script type="text/javascript"> function openWindow(){ var aa; aa=prompt('确定打开吗');

为甚,没反应

正在回答

4 回答

function openWindow()

            { 

                var aa; 

                aa=prompt("确定打开吗?");

            }

openWindow();    //你少了这个语句,是调用的


0 回复 有任何疑惑可以回复我~

你只是定义了函数而没有调用,所以没反应 !!

function openWindow()

            { 

                var aa; 

                aa=prompt("确定打开吗?");

            }

openWindow();    //这个是调用方法是语句

0 回复 有任何疑惑可以回复我~

 <script type="text/javascript"> 

  function openWindow(){ 

  var aa; 

  aa=prompt("dfdfd")

  }

  openWindow();

  </script>

//这个是有反应的 ,你可以试试

0 回复 有任何疑惑可以回复我~
<!DOCTYPE html> 
<html> 
    <head> 
        <title> new document </title> 
        <meta http-equiv="Content-Type" content="text/html; charset=gbk"/> 
        <script type="text/javascript"> 
            function openWindow()
            { 
                var aa; 
                aa=prompt("确定打开吗?");
            }
            openWindow();
        </script>
    </head>
</html>

你定义了函数不调用,怎么会有反应。。。还有html基本的结构不能少吧。。。

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消
JavaScript入门篇
  • 参与学习       739980    人
  • 解答问题       9566    个

JavaScript做为一名Web工程师的必备技术,本教程让您快速入门

进入课程

本课相似问答

搜索更多本课相关问答

<!DOCTYPE html> <html> <head> <title> new document </title> <meta http-equiv="Content-Type" content="text/html; charset=gbk"/> <script type="text/javascript"> function openWindow(){ var aa; aa=prompt('确定打开吗');

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信