在下面的示例中,我们使用alert()函数在脚本标记内创建了一个警报框。
<html> <head> <title></title> <script> alert("这是一个警告框"); </script> </head> <body> </body> </html>
结果
0