暂无 |

警报框

在下面的示例中,我们使用alert()函数在脚本标记内创建了一个警报框。

<html>
   <head>
     <title></title>
     <script>
       alert("这是一个警告框");
     </script>
   </head>
   <body>
   </body>
</html>

结果

0

发表评论

    评价:
    验证码: 点击我更换图片
    最新评论