<body> <input name="button" type="button" onClick="rec()" value="点击我,弹出对话框" /></body>
创建一个按钮,按钮显示文本“点击我,弹出对话框”,用户点击后调用函数rec()。