Blogger Information
Blog 250
fans 3
comment 0
visits 322857
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
JS-alert弹窗的几种效果
梁凯达的博客
Original
3590 people have browsed it

实例

<!DOCTYPE html>
<html lang="en">
<head>
	<meta charset="UTF-8">
	<title>Document</title>
</head>
<body>
	<button onclick="window.alert('今天过后各位又要放假了')">alert()</button>
	<button onclick="window.confirm('假期虽好,但还是要敲代码')">confirm()</button>
	<button onclick="window.prompt('请输入你的假期欲望')">prompt()</button>
</body>
<script>
//alert(this);
</script>
</html>

运行实例 »

点击 "运行实例" 按钮查看在线实例

Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post