JavaScript alert 警告 alert 提示prompt对话框 JavaScript 空链接 JavaScript alert 警告 <html> <head> <script type = "text/javascript"> <!-- //--> </script> </head> <body> <p>Click the following, This won't react at all...</p> <a href = "javascript:void(alert('Warning!!!'))">Click me!</a> </body> </html> alert 提示prompt对话框 JavaScript 空链接