03-outside.html 314 B

12345678910111213
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6. <title>Document</title>
  7. <script src="js/button.js" type="text/javascript"></script>
  8. </head>
  9. <body>
  10. <button onclick="surprise()">点我</button>
  11. </body>
  12. </html>