js弹窗输入

<html>

<head>
    <title>js输入对话框</title>
</head>

<body>
    <script language="javascript">
        <!--
        age = prompt("请输入你的年龄:", "20");
        if (age != null) {
            alert("你今年" + age + "岁了!");
        } else {
            alert("你按了[取消]按钮");
        }
         //-->
    </script>
</body>

</html>

 

posted @ 2016-10-19 15:59  对我有点小自信  阅读(932)  评论(0编辑  收藏  举报