简单教程
提交运行
代码编辑器:
<script> function myFunction(){ alert("你好,我是一个警告框!"); } </script> <input type="button" onclick="myFunction()" value="显示警告框" />
运行结果: