2022-06-23 |

Alert(警告)框

Alert(警告)框

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<script>
function myFunction(){
	alert("你好,我是一个警告框!");
}
</script>
</head>
<body>

<input type="button" onclick="myFunction()" value="显示警告框" />

</body>
</html>

0

发表评论

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