代码
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Document</title> <script> alert('你好'); prompt('加油'); console.log('你看不到吧'); </script> </head> <body> </body> </html>