完成这个功能需要在

弹框弹出
网页弹框弹出
点击之后
网页弹框弹出
才会显示内容

<!DOCTYPE html>
<html>
  <head>
    <title>对话框测试</title>
    <script>
    	alert("对话框测试");
    </script>
  </head>
 
<body>
 
	对话框测试:
 
	
</body>
</html>

相关文章: