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

为什么弹不出对话框?

<!DOCTYPE HTML>
<html>

    <head>
    
        <meta http-equiv="content-type" content="text/type"; charset="utf-8"/>
        <title>消息对话框</title>
    </head>

    <body>
    
            <script type="text/javascript">
            
                function rec(){
                
                    var =tong;
                        tong =prompt("请输入你的年龄?");
                    if (tong>=18){
                        document.write("你已经成年");
                    }else{
                        document.write("你未成年");
                    }
                
                }
            
            </script>
    
    
            <form>
                <input name="button" type="button" onClick="rec()" value="点击输入你的成绩" />
            </form>
        
        
    
    </body>
    
</html>

正在回答

1 回答

 var =tong;
                        tong =prompt("请输入你的年龄?");
//应该改为var tong =prompt("请输入你的年龄?");
//var =tong;  本身定义就错了,多了等于号


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

同7七 提问者

嗯,找到了。
2015-02-25 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

为什么弹不出对话框?

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