| 1234567891011121314151617 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <title>Document</title>
- </head>
- <body>
- <script>
- /**
- * window.alert("警告框")
- * window.propmt("输入框")
- * window.confirm("确认框")
- */
- </script>
- </body>
- </html>
|